Package org.apache.struts2.ognl
Class OgnlReflectionContextFactory
java.lang.Object
org.apache.struts2.ognl.OgnlReflectionContextFactory
- All Implemented Interfaces:
ReflectionContextFactory
@Deprecated(since="6.8.0",
forRemoval=true)
public class OgnlReflectionContextFactory
extends Object
implements ReflectionContextFactory
Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionognl.OgnlContextcreateDefaultContext(Object root) Deprecated, for removal: This API element is subject to removal in a future version.Creates and returns a new standard naming context for evaluating an OGNL expression.
-
Constructor Details
-
OgnlReflectionContextFactory
public OgnlReflectionContextFactory()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
createDefaultContext
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:ReflectionContextFactoryCreates and returns a new standard naming context for evaluating an OGNL expression.- Specified by:
createDefaultContextin interfaceReflectionContextFactory- Parameters:
root- the root of the object graph- Returns:
- a new Map with the keys
rootandcontextset appropriately
-
ReflectionContextFactory