Uses of Class
javax.servlet.jsp.el.ELException
Packages that use ELException
Package
Description
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.elMethods in javax.servlet.jsp.el that throw ELExceptionModifier and TypeMethodDescriptionabstract 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.VariableResolver.resolveVariable
(String pName) Deprecated.Resolves the specified variable.
ELException