Uses of Class
javax.el.MethodExpression
Packages that use MethodExpression
-
Uses of MethodExpression in javax.el
Methods in javax.el that return MethodExpressionModifier and TypeMethodDescriptionabstract MethodExpression
ExpressionFactory.createMethodExpression
(ELContext context, String expression, Class<?> expectedReturnType, Class<?>[] expectedParamTypes) Parses an expression into aMethodExpression
for later evaluation.