org.apache.commons.el
Class ValueSuffix
java.lang.Object
org.apache.commons.el.ValueSuffix
public abstract class ValueSuffix
extends java.lang.Object
Represents an element that can appear as a suffix in a complex
value, such as a property or index operator, or a method call (should
they ever need to be supported).
Version:
- Nathan Abramson - Art Technology Group
- Shawn Bayern
Object | evaluate(Object pValue, VariableResolver pResolver, FunctionMapper functions, Logger pLogger) -
Evaluates the expression in the given context, operating on the
given value.
|
String | getExpressionString() -
Returns the expression in the expression language syntax
|
evaluate
public Object evaluate(Object pValue,
VariableResolver pResolver,
FunctionMapper functions,
Logger pLogger)
throws ELException
Evaluates the expression in the given context, operating on the
given value.
getExpressionString
public String getExpressionString()
Returns the expression in the expression language syntax
Copyright (c) 2001-2002 - Apache Software Foundation