Uses of Class
jakarta.el.MethodInfo
Package
Description
Provides the API for Jakarta Expression Language 6.0
-
Uses of MethodInfo in com.sun.faces.facelets.el
Modifier and TypeMethodDescriptionContextualCompositeMethodExpression.getMethodInfo
(ELContext elContext) TagMethodExpression.getMethodInfo
(ELContext context) -
Uses of MethodInfo in jakarta.el
Modifier and TypeMethodDescriptionabstract MethodInfo
MethodExpression.getMethodInfo
(ELContext context) Evaluates the expression relative to the provided context, and returns information about the actual referenced method.MethodReference.getMethodInfo()
ModifierConstructorDescriptionMethodReference
(Object base, MethodInfo methodInfo, Annotation[] annotations, Object[] evaluatedParameters)