|
|||||||||
| Home >> All >> javax >> servlet >> jsp >> [ el overview ] | PREV NEXT | ||||||||
E
- ELException - exception javax.servlet.jsp.el.ELException.
- Represents any of the exception conditions that arise during the operation evaluation of the evaluator.
- ELException() - Constructor for class javax.servlet.jsp.el.ELException
- Creates an ELException with no detail message.
- ELException(String) - Constructor for class javax.servlet.jsp.el.ELException
- Creates an ELException with the provided detail message.
- ELException(Throwable) - Constructor for class javax.servlet.jsp.el.ELException
- Creates an ELException with the given root cause.
- ELException(String, Throwable) - Constructor for class javax.servlet.jsp.el.ELException
- Creates an ELException with the given detail message and root cause.
- ELParseException - exception javax.servlet.jsp.el.ELParseException.
- Represents a parsing error encountered while parsing an EL expression.
- ELParseException() - Constructor for class javax.servlet.jsp.el.ELParseException
- Creates an ELParseException with no detail message.
- ELParseException(String) - Constructor for class javax.servlet.jsp.el.ELParseException
- Creates an ELParseException with the provided detail message.
- Expression - class javax.servlet.jsp.el.Expression.
- The abstract class for a prepared expression.
- Expression() - Constructor for class javax.servlet.jsp.el.Expression
- ExpressionEvaluator - class javax.servlet.jsp.el.ExpressionEvaluator.
- The abstract base class for an expression-language evaluator.
- ExpressionEvaluator() - Constructor for class javax.servlet.jsp.el.ExpressionEvaluator
- evaluate(VariableResolver) - Method in class javax.servlet.jsp.el.Expression
- Evaluates an expression that was previously prepared.
- evaluate(String, Class, VariableResolver, FunctionMapper) - Method in class javax.servlet.jsp.el.ExpressionEvaluator
- Evaluates an expression.
F
- FunctionMapper - interface javax.servlet.jsp.el.FunctionMapper.
- The interface to a map between EL function names and methods.
G
- getRootCause() - Method in class javax.servlet.jsp.el.ELException
- Returns the root cause.
J
- javax.servlet.jsp.el - package javax.servlet.jsp.el
- Classes and interfaces for the Core JSP 2.0 API.
M
- mRootCause - Variable in class javax.servlet.jsp.el.ELException
P
- parseExpression(String, Class, FunctionMapper) - Method in class javax.servlet.jsp.el.ExpressionEvaluator
- Prepare an expression for later evaluation.
R
- resolveFunction(String, String) - Method in interface javax.servlet.jsp.el.FunctionMapper
- Resolves the specified local name and prefix into a Java.lang.Method.
- resolveVariable(String) - Method in interface javax.servlet.jsp.el.VariableResolver
- Resolves the specified variable.
V
- VariableResolver - interface javax.servlet.jsp.el.VariableResolver.
- This class is used to customize the way an ExpressionEvaluator resolves variable references at evaluation time.
E F G J M P R V
|
|||||||||
| Home >> All >> javax >> servlet >> jsp >> [ el overview ] | PREV NEXT | ||||||||