|
JSP 2.2 - Apache Tomcat 7.0.28 | ||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
FunctionMapper | Deprecated. As of JSP 2.1, replaced by javax.el.FunctionMapper |
VariableResolver | Deprecated. As of JSP 2.1, replaced by javax.el.ELResolver |
Class Summary | |
---|---|
Expression | Deprecated. As of JSP 2.1, replaced by javax.el.ValueExpression |
ExpressionEvaluator | Deprecated. As of JSP 2.1, replaced by javax.el.ExpressionFactory |
ImplicitObjectELResolver | |
ScopedAttributeELResolver |
Exception Summary | |
---|---|
ELException | Deprecated. As of JSP 2.1, replaced by javax.el.ELException |
ELParseException | Deprecated. As of JSP 2.1, replaced by javax.el.ELException |
Classes and interfaces for the JSP 2.0 Expression Language API.
The JavaServer Pages(tm) (JSP) 2.0 specification provides a portable API for evaluating "EL Expressions". As of JSP 2.0, EL expressions can be placed directly in the template text of JSP pages and tag files.
This package contains a number of classes and interfaces that describe and define programmatic access to the Expression Language evaluator. This API can also be used by an implementation of JSP to evaluate the expressions, but other implementations, like open-coding into Java bytecodes, are allowed. This package is intended to have no dependencies on other portions of the JSP 2.0 specification.
|
JSP 2.2 - Apache Tomcat 7.0.28 | ||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |