Index

A C E G H I J L M O S 
All Classes and Interfaces|All Packages|Serialized Form

A

AppJndiNamingStrategy - Class in org.wicketstuff.javaee.naming.global
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.
AppJndiNamingStrategy(String) - Constructor for class org.wicketstuff.javaee.naming.global.AppJndiNamingStrategy
This naming strategy will use the java:global JNDI name format for lookups.

C

calculateName(String, Class<?>) - Method in class org.wicketstuff.javaee.naming.global.AppJndiNamingStrategy
Calculates the JNDI name based on the given name and type
calculateName(String, Class<?>) - Method in class org.wicketstuff.javaee.naming.global.GlobalJndiNamingStrategy
Calculates the JNDI name based on the given name and type
calculateName(String, Class<?>) - Method in class org.wicketstuff.javaee.naming.global.ModuleJndiNamingStrategy
Calculates the JNDI name based on the given name and type
calculateName(String, Class<?>) - Method in interface org.wicketstuff.javaee.naming.IJndiNamingStrategy
Calculates the JNDI name based on the given name and type
calculateName(String, Class<?>) - Method in class org.wicketstuff.javaee.naming.StandardJndiNamingStrategy
 

E

EntityManagerFactoryLocator - Class in org.wicketstuff.javaee
Implementation of IProxyTargetLocator to locate Java EE 5 EntityManagerFactory
EntityManagerFactoryLocator(String) - Constructor for class org.wicketstuff.javaee.EntityManagerFactoryLocator
Constructor
equals(Object) - Method in class org.wicketstuff.javaee.EntityManagerFactoryLocator
 
equals(Object) - Method in class org.wicketstuff.javaee.JavaEEBeanLocator
 
equals(Object) - Method in class org.wicketstuff.javaee.JndiObjectLocator
 

G

getBeanName() - Method in class org.wicketstuff.javaee.JavaEEBeanLocator
 
getBeanName() - Method in class org.wicketstuff.javaee.JndiObjectLocator
 
getBeanType() - Method in class org.wicketstuff.javaee.JavaEEBeanLocator
 
getBeanType() - Method in class org.wicketstuff.javaee.JndiObjectLocator
 
getFieldValue(Field, Object) - Method in class org.wicketstuff.javaee.injection.JavaEEProxyFieldValueFactory
 
getPersistenceUnit() - Method in class org.wicketstuff.javaee.EntityManagerFactoryLocator
 
GlobalJndiNamingStrategy - Class in org.wicketstuff.javaee.naming.global
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>[!
GlobalJndiNamingStrategy(String) - Constructor for class org.wicketstuff.javaee.naming.global.GlobalJndiNamingStrategy
This naming strategy will use the java:global JNDI name format for lookups.
GlobalJndiNamingStrategy(String, String) - Constructor for class org.wicketstuff.javaee.naming.global.GlobalJndiNamingStrategy
This naming strategy will use the java:global JNDI name format for lookups.

H

hashCode() - Method in class org.wicketstuff.javaee.EntityManagerFactoryLocator
 
hashCode() - Method in class org.wicketstuff.javaee.JavaEEBeanLocator
 
hashCode() - Method in class org.wicketstuff.javaee.JndiObjectLocator
 

I

IJndiNamingStrategy - Interface in org.wicketstuff.javaee.naming
Specifies a pluggable implementation for a naming strategy of EJB's
inject(Object) - Method in class org.wicketstuff.javaee.injection.JavaEEComponentInjector
 

J

JavaEEBeanLocator - Class in org.wicketstuff.javaee
Implementation of IProxyTargetLocator to locate ejbs using Java EE 5 resource injection.
JavaEEBeanLocator(String, Class<?>, IJndiNamingStrategy) - Constructor for class org.wicketstuff.javaee.JavaEEBeanLocator
Constructor
JavaEEComponentInjector - Class in org.wicketstuff.javaee.injection
This injection must be initialized in the Wicket WebApplication in order to enable Java EE 5 resource injection in Wicket Pages Add the initialization in WebApplication's init() method, e.g.
JavaEEComponentInjector(WebApplication) - Constructor for class org.wicketstuff.javaee.injection.JavaEEComponentInjector
Constructor
JavaEEComponentInjector(WebApplication, IJndiNamingStrategy) - Constructor for class org.wicketstuff.javaee.injection.JavaEEComponentInjector
Constructor
JavaEEProxyFieldValueFactory - Class in org.wicketstuff.javaee.injection
IFieldValueFactory that creates proxies of EJBs based on the javax.ejb.EJB annotation applied to a field.
JavaEEProxyFieldValueFactory() - Constructor for class org.wicketstuff.javaee.injection.JavaEEProxyFieldValueFactory
Constructor
JavaEEProxyFieldValueFactory(IJndiNamingStrategy) - Constructor for class org.wicketstuff.javaee.injection.JavaEEProxyFieldValueFactory
Constructor
JndiObjectLocator - Class in org.wicketstuff.javaee
Implementation of IProxyTargetLocator to locate object using JNDI
JndiObjectLocator(String, Class<?>) - Constructor for class org.wicketstuff.javaee.JndiObjectLocator
Constructor

L

locateProxyTarget() - Method in class org.wicketstuff.javaee.EntityManagerFactoryLocator
 
locateProxyTarget() - Method in class org.wicketstuff.javaee.JavaEEBeanLocator
 
locateProxyTarget() - Method in class org.wicketstuff.javaee.JndiObjectLocator
 

M

ModuleJndiNamingStrategy - Class in org.wicketstuff.javaee.naming.global
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.
ModuleJndiNamingStrategy() - Constructor for class org.wicketstuff.javaee.naming.global.ModuleJndiNamingStrategy
 

O

onInstantiation(Component) - Method in class org.wicketstuff.javaee.injection.JavaEEComponentInjector
 
org.wicketstuff.javaee - package org.wicketstuff.javaee
 
org.wicketstuff.javaee.injection - package org.wicketstuff.javaee.injection
 
org.wicketstuff.javaee.naming - package org.wicketstuff.javaee.naming
 
org.wicketstuff.javaee.naming.global - package org.wicketstuff.javaee.naming.global
 

S

StandardJndiNamingStrategy - Class in org.wicketstuff.javaee.naming
Standard naming strategy for ejbs
StandardJndiNamingStrategy() - Constructor for class org.wicketstuff.javaee.naming.StandardJndiNamingStrategy
 
supportsField(Field) - Method in class org.wicketstuff.javaee.injection.JavaEEProxyFieldValueFactory
 
A C E G H I J L M O S 
All Classes and Interfaces|All Packages|Serialized Form