Uses of Class
javax.servlet.jsp.el.ELException
Packages that use ELException
-
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. -
Uses of ELException in org.apache.jasper.runtime
Methods in org.apache.jasper.runtime that throw ELExceptionModifier and TypeMethodDescriptionExpressionEvaluatorImpl.evaluate
(String expression, Class expectedType, VariableResolver vResolver, FunctionMapper fMapper) ExpressionEvaluatorImpl.ExpressionImpl.evaluate
(VariableResolver vResolver) ExpressionEvaluatorImpl.parseExpression
(String expression, Class expectedType, FunctionMapper fMapper) VariableResolverImpl.resolveVariable
(String pName) Resolves the specified variable within the given context.
ELException