Package | Description |
---|---|
javax.servlet.jsp | |
javax.servlet.jsp.el |
Modifier and Type | Method and Description |
---|---|
abstract VariableResolver |
JspContext.getVariableResolver()
Deprecated.
As of JSP 2.1, replaced by
ELContext.getELResolver() , which can be obtained by
jspContext.getELContext().getELResolver() . |
Modifier and Type | Method and Description |
---|---|
abstract Object |
ExpressionEvaluator.evaluate(String expression,
Class<?> expectedType,
VariableResolver vResolver,
FunctionMapper fMapper)
Deprecated.
Evaluates an expression.
|
abstract Object |
Expression.evaluate(VariableResolver vResolver)
Deprecated.
Evaluates an expression that was previously prepared.
|
Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.