Package org.apache.struts2.ognl
Class OgnlReflectionContextFactory
java.lang.Object
org.apache.struts2.ognl.OgnlReflectionContextFactory
- All Implemented Interfaces:
- ReflectionContextFactory
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptioncreateDefaultContext(Object root) Creates and returns a new standard naming context for evaluating an OGNL expression.
- 
Constructor Details- 
OgnlReflectionContextFactorypublic OgnlReflectionContextFactory()
 
- 
- 
Method Details- 
createDefaultContextDescription copied from interface:ReflectionContextFactoryCreates and returns a new standard naming context for evaluating an OGNL expression.- Specified by:
- createDefaultContextin interface- ReflectionContextFactory
- Parameters:
- root- the root of the object graph
- Returns:
- a new Map with the keys rootandcontextset appropriately
 
 
-