Uses of Class
jakarta.el.MethodExpression
Packages that use MethodExpression
Package
Description
Provides the API for Jakarta Expression Language 4.0
-
Uses of MethodExpression in com.sun.el
Subclasses of MethodExpression in com.sun.elModifier and TypeClassDescriptionfinal class
AnExpression
that refers to a method on an object.class
Methods in com.sun.el that return MethodExpressionModifier and TypeMethodDescriptionExpressionFactoryImpl.createMethodExpression
(ELContext context, String expression, Class<?> expectedReturnType, Class<?>[] expectedParamTypes) -
Uses of MethodExpression in com.sun.el.lang
Methods in com.sun.el.lang that return MethodExpressionModifier and TypeMethodDescriptionExpressionBuilder.createMethodExpression
(Class expectedReturnType, Class[] expectedParamTypes) -
Uses of MethodExpression in com.sun.el.parser
Methods in com.sun.el.parser that return MethodExpressionModifier and TypeMethodDescriptionprivate MethodExpression
AstIdentifier.getMethodExpression
(EvaluationContext ctx) -
Uses of MethodExpression in jakarta.el
Methods in jakarta.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.