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).
| Constructor and Description |
|---|
ValueSuffix() |
| Modifier and Type | Method and Description |
|---|---|
abstract java.lang.Object |
evaluate(java.lang.Object pValue,
javax.servlet.jsp.el.VariableResolver pResolver,
javax.servlet.jsp.el.FunctionMapper functions,
Logger pLogger)
Evaluates the expression in the given context, operating on the
given value.
|
abstract java.lang.String |
getExpressionString()
Returns the expression in the expression language syntax
|
public abstract java.lang.String getExpressionString()
public abstract java.lang.Object evaluate(java.lang.Object pValue,
javax.servlet.jsp.el.VariableResolver pResolver,
javax.servlet.jsp.el.FunctionMapper functions,
Logger pLogger)
throws javax.servlet.jsp.el.ELException
javax.servlet.jsp.el.ELExceptionCopyright (c) 2001-2002 - Apache Software Foundation