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 ObjectExpression.evaluate(VariableResolver vResolver) Deprecated.Evaluates an expression that was previously prepared.abstract ObjectExpressionEvaluator.evaluate(String expression, Class expectedType, VariableResolver vResolver, FunctionMapper fMapper) Deprecated.Evaluates an expression.abstract ExpressionExpressionEvaluator.parseExpression(String expression, Class expectedType, FunctionMapper fMapper) Deprecated.Prepare an expression for later evaluation.VariableResolver.resolveVariable(String pName) Deprecated.Resolves the specified variable.
ELException