Interface ReflectionContextFactory
- All Known Implementing Classes:
- OgnlReflectionContextFactory
public interface ReflectionContextFactory
- 
Method SummaryModifier and TypeMethodDescriptioncreateDefaultContext(Object root) Creates and returns a new standard naming context for evaluating an OGNL expression.
- 
Method Details- 
createDefaultContextCreates and returns a new standard naming context for evaluating an OGNL expression.- Parameters:
- root- the root of the object graph
- Returns:
- a new Map with the keys rootandcontextset appropriately
 
 
-