com.opensymphony.xwork2.ognl
Class OgnlReflectionContextFactory

java.lang.Object
  extended by com.opensymphony.xwork2.ognl.OgnlReflectionContextFactory
All Implemented Interfaces:
ReflectionContextFactory

public class OgnlReflectionContextFactory
extends Object
implements ReflectionContextFactory


Constructor Summary
OgnlReflectionContextFactory()
           
 
Method Summary
 Map createDefaultContext(Object root)
          Creates and returns a new standard naming context for evaluating an OGNL expression.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OgnlReflectionContextFactory

public OgnlReflectionContextFactory()
Method Detail

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 © 2009 OpenSymphony. All Rights Reserved.