Package org.glassfish.weld
Class WebComponentInjectionManager<T>
- java.lang.Object
-
- org.glassfish.weld.WebComponentInjectionManager<T>
-
- All Implemented Interfaces:
WebComponentDecorator<T>
@Service public class WebComponentInjectionManager<T> extends Object implements WebComponentDecorator<T>
This is a decorator which calls Weld implementation to do necessary injection of a web component. It is called byJ2EEInstanceListenerbefore a web component is put into service.- Author:
- Sanjeeb.Sahoo@Sun.COM, Roger.Kitain@Sun.COM
-
-
Constructor Summary
Constructors Constructor Description WebComponentInjectionManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddecorate(T webComponent, WebModule wm)Decoare a web component.
-
-
-
Method Detail
-
decorate
public void decorate(T webComponent, WebModule wm)
Description copied from interface:WebComponentDecoratorDecoare a web component.- Specified by:
decoratein interfaceWebComponentDecorator<T>- Parameters:
webComponent- web component to be decorated.wm- web module which owns this web component.
-
-