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) boolean
supportsField
(Field field)
-
Constructor Details
-
JavaEEProxyFieldValueFactory
public JavaEEProxyFieldValueFactory()Constructor -
JavaEEProxyFieldValueFactory
Constructor- Parameters:
namingStrategy
- - naming strategy
-
-
Method Details
-
getFieldValue
- Specified by:
getFieldValue
in interfaceIFieldValueFactory
- See Also:
-
supportsField
- Specified by:
supportsField
in interfaceIFieldValueFactory
- See Also:
-