Uses of Class
jakarta.servlet.jsp.el.ELException
-
Packages that use ELException Package Description jakarta.servlet.jsp.el Provides theELResolver
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 jakarta.servlet.jsp.el
Subclasses of ELException in jakarta.servlet.jsp.el Modifier and Type Class Description class
ELParseException
Deprecated.As of JSP 2.1, replaced byELException
Methods in jakarta.servlet.jsp.el that throw ELException Modifier and Type Method Description abstract 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.Object
VariableResolver. resolveVariable(String pName)
Deprecated.Resolves the specified variable.
-