| Package | Description |
|---|---|
| org.apache.el | |
| org.apache.el.util | |
| org.apache.jasper.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.
|
| Modifier and Type | Method and Description |
|---|---|
static java.lang.reflect.Method |
ReflectionUtil.getMethod(EvaluationContext ctx,
java.lang.Object base,
java.lang.Object property,
java.lang.Class<?>[] paramTypes,
java.lang.Object[] paramValues)
Returns a method based on the criteria.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JspMethodNotFoundException |
| Modifier and Type | Method and Description |
|---|---|
MethodInfo |
JspMethodExpression.getMethodInfo(ELContext context) |
java.lang.Object |
JspMethodExpression.invoke(ELContext context,
java.lang.Object[] params) |
| Constructor and Description |
|---|
JspMethodNotFoundException(java.lang.String mark,
MethodNotFoundException e) |
Copyright © 2014–2021. All rights reserved.