| Package | Description |
|---|---|
| jakarta.el | |
| org.apache.el | |
| org.apache.el.lang | |
| org.apache.jasper.el |
| Modifier and Type | Method and Description |
|---|---|
abstract MethodExpression |
ExpressionFactory.createMethodExpression(ELContext context,
java.lang.String expression,
java.lang.Class<?> expectedReturnType,
java.lang.Class<?>[] expectedParamTypes)
Create a new method expression instance.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MethodExpressionImpl
An
Expression that refers to a method on an object. |
class |
MethodExpressionLiteral |
| Modifier and Type | Method and Description |
|---|---|
MethodExpression |
ExpressionFactoryImpl.createMethodExpression(ELContext context,
java.lang.String expression,
java.lang.Class<?> expectedReturnType,
java.lang.Class<?>[] expectedParamTypes) |
| Modifier and Type | Method and Description |
|---|---|
MethodExpression |
ExpressionBuilder.createMethodExpression(java.lang.Class<?> expectedReturnType,
java.lang.Class<?>[] expectedParamTypes) |
| Modifier and Type | Class and Description |
|---|---|
class |
JspMethodExpression |
| Constructor and Description |
|---|
JspMethodExpression(java.lang.String mark,
MethodExpression target) |
Copyright © 2014–2021. All rights reserved.