Package | Description |
---|---|
org.wicketstuff.javaee | |
org.wicketstuff.javaee.injection | |
org.wicketstuff.javaee.naming | |
org.wicketstuff.javaee.naming.global |
Constructor and Description |
---|
JavaEEBeanLocator(String beanId,
Class<?> beanType,
IJndiNamingStrategy namingStrategy)
Constructor
|
Constructor and Description |
---|
JavaEEComponentInjector(org.apache.wicket.protocol.http.WebApplication webapp,
IJndiNamingStrategy namingStrategy)
Constructor
|
JavaEEProxyFieldValueFactory(IJndiNamingStrategy namingStrategy)
Constructor
|
Modifier and Type | Class and Description |
---|---|
class |
StandardJndiNamingStrategy
Standard naming strategy for ejbs
|
Modifier and Type | Class and Description |
---|---|
class |
AppJndiNamingStrategy
Simple Java EE 6 Global JNDI naming support for java:app prefixed JNDI names based on the EJB 3.1
specification Section 4.4.1.1, page 84
The java:app prefix allows a component executing within a Java EE application to access an application-specific namespace. |
class |
GlobalJndiNamingStrategy
Simple Java EE 6 Global JNDI naming support for java:global prefixed JNDI names based on the EJB
3.1 specification Section 4.4.1, page 83
With this you can use JNDI names in the following format: java:global/[<appName>]/<moduleName>/<bean-name>[!<fully-qualified-interface-name>]
|
class |
ModuleJndiNamingStrategy
Simple Java EE 6 Global JNDI naming support for java:module prefixed JNDI names based on
the EJB 3.1 specification Section 4.4.1.2, page 85
The java:module prefix allows a component executing within a Java EE application to access a module-specific namespace. |
Copyright © 2015. All rights reserved.