Uses of Class
javax.el.MethodExpression
-
-
Uses of MethodExpression in javax.el
Methods in javax.el that return MethodExpression Modifier and Type Method Description abstract MethodExpressionExpressionFactory. createMethodExpression(ELContext context, java.lang.String expression, java.lang.Class<?> expectedReturnType, java.lang.Class<?>[] expectedParamTypes)Parses an expression into aMethodExpressionfor later evaluation.
-