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"]
Version:
- 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()
getOperatorSymbol
(package private) String getOperatorSymbol()
Returns the operator symbol
- getOperatorSymbol in interface ArraySuffix
setName
public void setName(String pName)
Copyright (c) 2001-2002 - Apache Software Foundation