Uses of Class
javax.servlet.jsp.el.Expression
-
Packages that use Expression Package Description javax.servlet.jsp.el Provides theELResolverclasses that define the object resolution rules that must be supported by a JSP container with the new unified Expression Language. -
-
Uses of Expression in javax.servlet.jsp.el
Methods in javax.servlet.jsp.el that return Expression Modifier and Type Method Description abstract ExpressionExpressionEvaluator. parseExpression(java.lang.String expression, java.lang.Class expectedType, FunctionMapper fMapper)Deprecated.Prepare an expression for later evaluation.
-