Uses of Class
jakarta.servlet.jsp.el.Expression
-
Packages that use Expression 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 Expression in jakarta.servlet.jsp.el
Methods in jakarta.servlet.jsp.el that return Expression Modifier and Type Method Description abstract Expression
ExpressionEvaluator. parseExpression(String expression, Class<?> expectedType, FunctionMapper fMapper)
Deprecated.Prepare an expression for later evaluation.
-