@Service public class WebComponentInjectionManager<T> extends Object implements WebComponentDecorator<T>
J2EEInstanceListener
before a web component is put into service.| Constructor and Description |
|---|
WebComponentInjectionManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
decorate(T webComponent,
WebModule wm)
Decoare a web component.
|
public void decorate(T webComponent, WebModule wm)
WebComponentDecoratordecorate in interface WebComponentDecorator<T>webComponent - web component to be decorated.wm - web module which owns this web component.Copyright © 2019. All rights reserved.