Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package javax.servlet.jsp.el

Classes and interfaces for the Core JSP 2.0 API.

See:
          Description

Interface Summary
FunctionMapper The interface to a map between EL function names and methods.
VariableResolver This class is used to customize the way an ExpressionEvaluator resolves variable references at evaluation time.
 

Class Summary
Expression The abstract class for a prepared expression.
ExpressionEvaluator The abstract base class for an expression-language evaluator.
 

Exception Summary
ELException Represents any of the exception conditions that arise during the operation evaluation of the evaluator.
ELParseException Represents a parsing error encountered while parsing an EL expression.
 

Package javax.servlet.jsp.el Description

Classes and interfaces for the Core JSP 2.0 API.

The javax.servlet.jsp package contains a number of classes and interfaces that describe and define the contracts between a JSP page implementation class and the runtime environment provided for an instance of such a class by a conforming JSP container.