com.opensymphony.xwork2.util.reflection
Interface ReflectionContextFactory

All Known Implementing Classes:
OgnlReflectionContextFactory

public interface ReflectionContextFactory


Method Summary
 Map createDefaultContext(Object root)
          Creates and returns a new standard naming context for evaluating an OGNL expression.
 

Method Detail

createDefaultContext

Map createDefaultContext(Object root)
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 and context set appropriately


Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.