Interface ReflectionContextFactory
- All Known Implementing Classes:
OgnlReflectionContextFactory
public interface ReflectionContextFactory
-
Method Summary
Modifier and TypeMethodDescriptioncreateDefaultContext
(Object root) Creates and returns a new standard naming context for evaluating an OGNL expression.
-
Method Details
-
createDefaultContext
Creates 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
root
andcontext
set appropriately
-