public class JavaEEComponentInjector
extends org.apache.wicket.injection.Injector
implements org.apache.wicket.application.IComponentInstantiationListener
| Constructor and Description |
|---|
JavaEEComponentInjector(org.apache.wicket.protocol.http.WebApplication webapp)
Constructor
|
JavaEEComponentInjector(org.apache.wicket.protocol.http.WebApplication webapp,
IJndiNamingStrategy namingStrategy)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
inject(Object object) |
void |
onInstantiation(org.apache.wicket.Component component) |
public JavaEEComponentInjector(org.apache.wicket.protocol.http.WebApplication webapp)
webapp - wicket web applicationpublic JavaEEComponentInjector(org.apache.wicket.protocol.http.WebApplication webapp,
IJndiNamingStrategy namingStrategy)
webapp - - wicket web applicationnamingStrategy - - a jndi naming strategy to lookup ejb referencespublic void inject(Object object)
inject in class org.apache.wicket.injection.Injectorpublic void onInstantiation(org.apache.wicket.Component component)
onInstantiation in interface org.apache.wicket.application.IComponentInstantiationListenerCopyright © 2015. All rights reserved.