Class WebComponentInjectionManager<T>

    • 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.