@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)
WebComponentDecorator
decorate
in interface WebComponentDecorator<T>
webComponent
- web component to be decorated.wm
- web module which owns this web component.Copyright © 2020. All rights reserved.