org.apache.commons.el
Class PropertySuffix
public class PropertySuffix
Represents an operator that obtains the value of another value's
property. This is a specialization of ArraySuffix - a.b is
equivalent to a["b"]
$Change: 181177 $$DateTime: 2001/06/26 08:45:09 $$Author: luehe $- Nathan Abramson - Art Technology Group
- Shawn Bayern
(package private) String | mName
|
mName
(package private) String mName
PropertySuffix
public PropertySuffix(String pName)
Constructor
evaluateIndex
(package private) Object evaluateIndex(VariableResolver pResolver,
FunctionMapper functions,
Logger pLogger)
throws ELException
Gets the value of the index
- evaluateIndex in interface ArraySuffix
getExpressionString
public String getExpressionString()
Returns the expression in the expression language syntax
- getExpressionString in interface ArraySuffix
getName
public String getName()
setName
public void setName(String pName)
Copyright (c) 2001-2002 - Apache Software Foundation