Class 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 by J2EEInstanceListener before a web component is put into service.
    Author:
    Sanjeeb.Sahoo@Sun.COM, Roger.Kitain@Sun.COM
    • Constructor Detail

      • WebComponentInjectionManager

        public WebComponentInjectionManager()
    • Method Detail

      • decorate

        public void decorate​(T webComponent,
                             WebModule wm)
        Description copied from interface: WebComponentDecorator
        Decoare a web component.
        Specified by:
        decorate in interface WebComponentDecorator<T>
        Parameters:
        webComponent - web component to be decorated.
        wm - web module which owns this web component.