Uses of Class
javax.servlet.jsp.el.ELException
-
Packages that use ELException Package Description javax.servlet.jsp.el Provides theELResolver
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 Modifier and Type Class Description class
ELParseException
Deprecated.As of JSP 2.1, replaced byELException
Methods in javax.servlet.jsp.el that throw ELException Modifier and Type Method Description abstract Object
Expression. evaluate(VariableResolver vResolver)
Deprecated.Evaluates an expression that was previously prepared.abstract Object
ExpressionEvaluator. evaluate(String expression, Class expectedType, VariableResolver vResolver, FunctionMapper fMapper)
Deprecated.Evaluates an expression.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.
-