Uses of Class
jakarta.el.MethodReference
-
Packages that use MethodReference Package Description jakarta.el Provides the API for Jakarta Expression Language 5.0org.glassfish.expressly org.glassfish.expressly.parser -
-
Uses of MethodReference in jakarta.el
Methods in jakarta.el that return MethodReference Modifier and Type Method Description MethodReferenceMethodExpression. getMethodReference(ELContext context)Obtain theMethodReferencefor the method to which this method expression resolves. -
Uses of MethodReference in org.glassfish.expressly
Methods in org.glassfish.expressly that return MethodReference Modifier and Type Method Description MethodReferenceMethodExpressionImpl. getMethodReference(ELContext context) -
Uses of MethodReference in org.glassfish.expressly.parser
Methods in org.glassfish.expressly.parser that return MethodReference Modifier and Type Method Description MethodReferenceAstIdentifier. getMethodReference(EvaluationContext ctx)MethodReferenceAstValue. getMethodReference(EvaluationContext ctx)MethodReferenceNode. getMethodReference(EvaluationContext ctx)MethodReferenceSimpleNode. getMethodReference(EvaluationContext ctx)
-