Interface WebComponentDecorator<T>

  • All Known Implementing Classes:
    WebComponentInjectionManager

    @Contract
    public interface WebComponentDecorator<T>
    Used to decorate a web component before it is put to service. e.g., WebBeans module may like to perform additional injection in a servlet or a filter.
    Author:
    [email protected]
    • Method Detail

      • decorate

        void decorate​(T webComponent,
                      WebModule wm)
        Decoare a web component.
        Parameters:
        webComponent - web component to be decorated.
        wm - web module which owns this web component.