Uses of Class
javax.el.MethodInfo
-
Packages that use MethodInfo Package Description javax.el Provides the API for the Unified Expression Language 3.0 -
-
Uses of MethodInfo in javax.el
Methods in javax.el that return MethodInfo Modifier and Type Method Description abstract MethodInfo
MethodExpression. getMethodInfo(ELContext context)
Evaluates the expression relative to the provided context, and returns information about the actual referenced method.
-