Uses of Class
javax.el.MethodExpression
-
Packages that use MethodExpression Package Description javax.el org.apache.el org.apache.el.lang -
-
Uses of MethodExpression in javax.el
Methods in javax.el that return MethodExpression Modifier and Type Method Description abstract MethodExpressionExpressionFactory. createMethodExpression(ELContext context, String expression, Class<?> expectedReturnType, Class<?>[] expectedParamTypes)Create a new method expression instance. -
Uses of MethodExpression in org.apache.el
Subclasses of MethodExpression in org.apache.el Modifier and Type Class Description classMethodExpressionImplAnExpressionthat refers to a method on an object.classMethodExpressionLiteralMethods in org.apache.el that return MethodExpression Modifier and Type Method Description MethodExpressionExpressionFactoryImpl. createMethodExpression(ELContext context, String expression, Class<?> expectedReturnType, Class<?>[] expectedParamTypes) -
Uses of MethodExpression in org.apache.el.lang
Methods in org.apache.el.lang that return MethodExpression Modifier and Type Method Description MethodExpressionExpressionBuilder. createMethodExpression(Class<?> expectedReturnType, Class<?>[] expectedParamTypes)
-