public class JavaEEComponentInjector extends Injector implements IComponentInstantiationListener
| Constructor and Description |
|---|
JavaEEComponentInjector(WebApplication webapp)
Constructor
|
JavaEEComponentInjector(WebApplication webapp,
IJndiNamingStrategy namingStrategy)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
inject(Object object) |
void |
onInstantiation(Component component) |
public JavaEEComponentInjector(WebApplication webapp)
webapp - wicket web applicationpublic JavaEEComponentInjector(WebApplication webapp, IJndiNamingStrategy namingStrategy)
webapp - - wicket web applicationnamingStrategy - - a jndi naming strategy to lookup ejb referencespublic void onInstantiation(Component component)
onInstantiation in interface IComponentInstantiationListenerCopyright © 2012. All Rights Reserved.