Package org.wicketstuff.javaee.injection
Class JavaEEProxyFieldValueFactory
java.lang.Object
org.wicketstuff.javaee.injection.JavaEEProxyFieldValueFactory
- All Implemented Interfaces:
IFieldValueFactory
IFieldValueFactory that creates proxies of EJBs based on the javax.ejb.EJB
annotation applied to a field.- Author:
- Filippo Diotalevi
-
Constructor Summary
ConstructorsConstructorDescriptionConstructorJavaEEProxyFieldValueFactory(IJndiNamingStrategy namingStrategy) Constructor -
Method Summary
Modifier and TypeMethodDescriptiongetFieldValue(Field field, Object fieldOwner) booleansupportsField(Field field)
-
Constructor Details
-
JavaEEProxyFieldValueFactory
public JavaEEProxyFieldValueFactory()Constructor -
JavaEEProxyFieldValueFactory
Constructor- Parameters:
namingStrategy- - naming strategy
-
-
Method Details
-
getFieldValue
- Specified by:
getFieldValuein interfaceIFieldValueFactory- See Also:
-
supportsField
- Specified by:
supportsFieldin interfaceIFieldValueFactory- See Also:
-