Package | Description |
---|---|
com.sun.el |
Modifier and Type | Method and Description |
---|---|
MethodInfo |
MethodExpressionImpl.getMethodInfo(ELContext context)
Evaluates the expression relative to the provided context, and returns
information about the actual referenced method.
|
java.lang.Object |
MethodExpressionImpl.invoke(ELContext context,
java.lang.Object[] params)
Evaluates the expression relative to the provided context, invokes the
method that was found using the supplied parameters, and returns the
result of the method invocation.
|