|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ELException | |
|---|---|
| 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. |
| Uses of ELException in javax.servlet.jsp.el |
|---|
| Subclasses of ELException in javax.servlet.jsp.el | |
|---|---|
class |
ELParseException
Deprecated. As of JSP 2.1, replaced by ELException |
| Methods in javax.servlet.jsp.el that throw ELException | |
|---|---|
abstract java.lang.Object |
ExpressionEvaluator.evaluate(java.lang.String expression,
java.lang.Class expectedType,
VariableResolver vResolver,
FunctionMapper fMapper)
Deprecated. Evaluates an expression. |
abstract java.lang.Object |
Expression.evaluate(VariableResolver vResolver)
Deprecated. Evaluates an expression that was previously prepared. |
abstract Expression |
ExpressionEvaluator.parseExpression(java.lang.String expression,
java.lang.Class expectedType,
FunctionMapper fMapper)
Deprecated. Prepare an expression for later evaluation. |
java.lang.Object |
VariableResolver.resolveVariable(java.lang.String pName)
Deprecated. Resolves the specified variable. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||