Package org.wicketstuff.javaee
Class JavaEEBeanLocator
java.lang.Object
org.wicketstuff.javaee.JavaEEBeanLocator
- All Implemented Interfaces:
Serializable
,IProxyTargetLocator
,IClusterable
Implementation of
IProxyTargetLocator
to locate ejbs using Java EE 5 resource injection.
To use this technique in a Wicket Page, annotate a instance variable with- Author:
- Filippo Diotalevi
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionJavaEEBeanLocator
(String beanId, Class<?> beanType, IJndiNamingStrategy namingStrategy) Constructor -
Method Summary
-
Constructor Details
-
JavaEEBeanLocator
Constructor- Parameters:
beanId
- bean namebeanType
- bean classnamingStrategy
- - naming strategy
-
-
Method Details
-
equals
-
getBeanName
-
getBeanType
-
hashCode
public int hashCode() -
locateProxyTarget
- Specified by:
locateProxyTarget
in interfaceIProxyTargetLocator
- See Also:
-