Class OgnlValueStack

java.lang.Object
org.apache.struts2.ognl.OgnlValueStack
All Implemented Interfaces:
Serializable, ClearableValueStack, MemberAccessValueStack, ValueStack

public class OgnlValueStack extends Object implements Serializable, ValueStack, ClearableValueStack, MemberAccessValueStack
Ognl implementation of a value stack that allows for dynamic Ognl expressions to be evaluated against it. When evaluating an expression, the stack will be searched down the stack, from the latest objects pushed in to the earliest, looking for a bean with a getter or setter for the given property or a method of the given name (depending on the expression being evaluated).
Version:
$Date$ $Id$
Author:
Patrick Lightbody, tm_jee
See Also: