public class ExpressionEvaluatorImpl
extends ExpressionEvaluator
This is the implementation of ExpreesioEvaluator using implementation of JSP2.1.
| Constructor and Description |
|---|
ExpressionEvaluatorImpl(PageContext pageContext)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
evaluate(java.lang.String expression,
java.lang.Class expectedType,
VariableResolver vResolver,
FunctionMapper fMapper) |
Expression |
parseExpression(java.lang.String expression,
java.lang.Class expectedType,
FunctionMapper fMapper) |
public ExpressionEvaluatorImpl(PageContext pageContext)
public Expression parseExpression(java.lang.String expression,
java.lang.Class expectedType,
FunctionMapper fMapper)
throws ELException
ELExceptionpublic java.lang.Object evaluate(java.lang.String expression,
java.lang.Class expectedType,
VariableResolver vResolver,
FunctionMapper fMapper)
throws ELException
ELException