public abstract class ValueSuffix extends 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 ValueSuffix |
bindFunctions(javax.servlet.jsp.el.FunctionMapper functions) |
abstract Object |
evaluate(Object pValue,
javax.servlet.jsp.el.VariableResolver pResolver,
javax.servlet.jsp.el.FunctionMapper functions)
Evaluates the expression in the given context, operating on the
given value.
|
abstract String |
getExpressionString()
Returns the expression in the expression language syntax
|
public abstract String getExpressionString()
public abstract Object evaluate(Object pValue, javax.servlet.jsp.el.VariableResolver pResolver, javax.servlet.jsp.el.FunctionMapper functions) throws javax.servlet.jsp.el.ELException
javax.servlet.jsp.el.ELException
public abstract ValueSuffix bindFunctions(javax.servlet.jsp.el.FunctionMapper functions) throws javax.servlet.jsp.el.ELException
javax.servlet.jsp.el.ELException
Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.