|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ELException | |
|---|---|
| javax.servlet.jsp.el | Classes and interfaces for the JSP 2.0 Expression Language API. |
| org.apache.jasper.runtime | |
| 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 Object |
ExpressionEvaluator.evaluate(String expression,
Class expectedType,
VariableResolver vResolver,
FunctionMapper fMapper)
Deprecated. Evaluates an expression. |
abstract Object |
Expression.evaluate(VariableResolver vResolver)
Deprecated. Evaluates an expression that was previously prepared. |
abstract Expression |
ExpressionEvaluator.parseExpression(String expression,
Class expectedType,
FunctionMapper fMapper)
Deprecated. Prepare an expression for later evaluation. |
Object |
VariableResolver.resolveVariable(String pName)
Deprecated. Resolves the specified variable. |
| Uses of ELException in org.apache.jasper.runtime |
|---|
| Methods in org.apache.jasper.runtime that throw ELException | |
|---|---|
Object |
ExpressionEvaluatorImpl.evaluate(String expression,
Class expectedType,
VariableResolver vResolver,
FunctionMapper fMapper)
|
Expression |
ExpressionEvaluatorImpl.parseExpression(String expression,
Class expectedType,
FunctionMapper fMapper)
|
Object |
VariableResolverImpl.resolveVariable(String pName)
Resolves the specified variable within the given context. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||