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.
|
Class and Description |
---|
ExpressionEvaluator
The abstract base class for an expression-language evaluator.
|
VariableResolver
This class is used to customize the way an ExpressionEvaluator resolves
variable references at evaluation time.
|
Class and Description |
---|
ELException
Represents any of the exception conditions that arise during the
operation evaluation of the evaluator.
|
Expression
The abstract class for a prepared expression.
|
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.
|
Copyright © 2015. All rights reserved.