public abstract class Expression extends Object
The abstract class from which all expression types derive.
| Constructor and Description |
|---|
Expression() |
| Modifier and Type | Method and Description |
|---|---|
abstract Expression |
bindFunctions(javax.servlet.jsp.el.FunctionMapper functions)
Returns an expression with all
FunctionInvocations replaced by
BoundFunctionInvocations. |
abstract Object |
evaluate(javax.servlet.jsp.el.VariableResolver pResolver,
javax.servlet.jsp.el.FunctionMapper functions)
Evaluates the expression in the given context
|
abstract String |
getExpressionString()
Returns the expression in the expression language syntax
|
public abstract String getExpressionString()
public abstract Object evaluate(javax.servlet.jsp.el.VariableResolver pResolver, javax.servlet.jsp.el.FunctionMapper functions) throws javax.servlet.jsp.el.ELException
javax.servlet.jsp.el.ELExceptionpublic abstract Expression bindFunctions(javax.servlet.jsp.el.FunctionMapper functions) throws javax.servlet.jsp.el.ELException
FunctionInvocations replaced by
BoundFunctionInvocations.functions - the functions to use in this transformationFunctionInvocations replaced by
BoundFunctionInvocations.javax.servlet.jsp.el.ELException - if any of the functions in this Expression are
not present in functionsCopyright © 2003-2012 Apache Software Foundation. All Rights Reserved.