Package | Description |
---|---|
javax.servlet.jsp |
Classes and interfaces for the Core JSP 2.0 API.
|
javax.servlet.jsp.el |
Classes and interfaces for the JSP 2.0 Expression Language API.
|
Modifier and Type | Method and Description |
---|---|
abstract VariableResolver |
JspContext.getVariableResolver()
Returns an instance of a VariableResolver that provides access to the
implicit objects specified in the JSP specification using this JspContext
as the context object.
|
Modifier and Type | Method and Description |
---|---|
abstract Object |
ExpressionEvaluator.evaluate(String expression,
Class expectedType,
VariableResolver vResolver,
FunctionMapper fMapper)
Evaluates an expression.
|
abstract Object |
Expression.evaluate(VariableResolver vResolver)
Evaluates an expression that was previously prepared.
|
Copyright © 2013. All rights reserved.