Uses of Class
javax.el.MethodExpression
-
Packages that use MethodExpression Package Description javax.el Provides the API for the Unified Expression Language 3.0 -
-
Uses of MethodExpression in javax.el
Methods in javax.el that return MethodExpression Modifier and Type Method Description abstract MethodExpression
ExpressionFactory. createMethodExpression(ELContext context, String expression, Class<?> expectedReturnType, Class<?>[] expectedParamTypes)
Parses an expression into aMethodExpression
for later evaluation.
-