com.opensymphony.xwork2.ognl
Class OgnlReflectionContextFactory
java.lang.Object
com.opensymphony.xwork2.ognl.OgnlReflectionContextFactory
- All Implemented Interfaces:
- ReflectionContextFactory
public class OgnlReflectionContextFactory
- extends Object
- implements ReflectionContextFactory
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OgnlReflectionContextFactory
public OgnlReflectionContextFactory()
createDefaultContext
public Map createDefaultContext(Object root)
- Description copied from interface:
ReflectionContextFactory
- Creates and returns a new standard naming context for evaluating an OGNL
expression.
- Specified by:
createDefaultContext
in interface ReflectionContextFactory
- Parameters:
root
- the root of the object graph
- Returns:
- a new Map with the keys
root
and context
set appropriately
Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.