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.elMethods 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.
ELException