Package | Description |
---|---|
javax.servlet.jsp |
Classes and interfaces for the Core JSP 2.3 API.
|
javax.servlet.jsp.el |
Provides the
ELResolver classes that define the
object resolution rules that must be supported by a JSP container
with the new unified Expression Language. |
Class | Description |
---|---|
ExpressionEvaluator |
Deprecated.
As of JSP 2.1, replaced by
ExpressionFactory |
VariableResolver |
Deprecated.
As of JSP 2.1, replaced by
ELResolver |
Class | Description |
---|---|
ELException |
Deprecated.
As of JSP 2.1, replaced by
ELException |
Expression |
Deprecated.
As of JSP 2.1, replaced by
ValueExpression |
FunctionMapper |
Deprecated.
As of JSP 2.1, replaced by
FunctionMapper |
VariableResolver |
Deprecated.
As of JSP 2.1, replaced by
ELResolver |