| 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 java.lang.Object |
ExpressionEvaluator.evaluate(java.lang.String expression,
java.lang.Class expectedType,
VariableResolver vResolver,
FunctionMapper fMapper)
Evaluates an expression.
|
abstract java.lang.Object |
Expression.evaluate(VariableResolver vResolver)
Evaluates an expression that was previously prepared.
|
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.