Uses of Class
jakarta.servlet.jsp.el.ELException
Packages that use ELException
-
Uses of ELException in jakarta.servlet.jsp.el
Subclasses of ELException in jakarta.servlet.jsp.elModifier and TypeClassDescriptionclassDeprecated.As of JSP 2.1, replaced by jakarta.el.ELExceptionMethods in jakarta.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. -
Uses of ELException in org.apache.jasper.el
Methods in org.apache.jasper.el that throw ELExceptionModifier and TypeMethodDescriptionExpressionEvaluatorImpl.evaluate(String expression, Class expectedType, VariableResolver vResolver, FunctionMapper fMapper) Deprecated.ExpressionImpl.evaluate(VariableResolver vResolver) Deprecated.ExpressionEvaluatorImpl.parseExpression(String expression, Class expectedType, FunctionMapper fMapper) Deprecated.VariableResolverImpl.resolveVariable(String pName) Deprecated. -
Uses of ELException in org.apache.jasper.runtime
Methods in org.apache.jasper.runtime that throw ELException