Package com.sun.enterprise.web
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:
- Sanjeeb.Sahoo@Sun.COM
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddecorate(T webComponent, WebModule wm)Decoare a web component.
-