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 classAnExpressionthat refers to a method on an object.classMethods 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 MethodExpressionAstIdentifier.getMethodExpression(EvaluationContext ctx) -
Uses of MethodExpression in jakarta.el
Methods in jakarta.el that return MethodExpressionModifier and TypeMethodDescriptionabstract MethodExpressionExpressionFactory.createMethodExpression(ELContext context, String expression, Class<?> expectedReturnType, Class<?>[] expectedParamTypes) Parses an expression into aMethodExpressionfor later evaluation.