| Package | Description |
|---|---|
| org.apache.el | |
| 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.Class<?> |
ValueExpressionImpl.getType(ELContext context) |
java.lang.Object |
ValueExpressionImpl.getValue(ELContext context) |
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.
|
boolean |
ValueExpressionImpl.isReadOnly(ELContext context) |
void |
ValueExpressionImpl.setValue(ELContext context,
java.lang.Object value) |
| Modifier and Type | Class and Description |
|---|---|
class |
JspPropertyNotFoundException |
| Modifier and Type | Method and Description |
|---|---|
MethodInfo |
JspMethodExpression.getMethodInfo(ELContext context) |
java.lang.Class<?> |
JspValueExpression.getType(ELContext context) |
java.lang.Object |
JspValueExpression.getValue(ELContext context) |
java.lang.Object |
JasperELResolver.getValue(ELContext context,
java.lang.Object base,
java.lang.Object property) |
java.lang.Object |
JspMethodExpression.invoke(ELContext context,
java.lang.Object[] params) |
boolean |
JspValueExpression.isReadOnly(ELContext context) |
void |
JspValueExpression.setValue(ELContext context,
java.lang.Object value) |
| Constructor and Description |
|---|
JspPropertyNotFoundException(java.lang.String mark,
PropertyNotFoundException e) |
Copyright © 2014–2021. All rights reserved.