| Package | Description |
|---|---|
| javax.el | |
| org.apache.el | |
| org.apache.el.lang | |
| org.apache.jasper.el |
| Modifier and Type | Method and Description |
|---|---|
abstract MethodExpression |
ExpressionFactory.createMethodExpression(ELContext context,
String expression,
Class<?> expectedReturnType,
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,
String expression,
Class<?> expectedReturnType,
Class<?>[] expectedParamTypes) |
| Modifier and Type | Method and Description |
|---|---|
MethodExpression |
ExpressionBuilder.createMethodExpression(Class<?> expectedReturnType,
Class<?>[] expectedParamTypes) |
| Modifier and Type | Class and Description |
|---|---|
class |
JspMethodExpression |
| Constructor and Description |
|---|
JspMethodExpression(String mark,
MethodExpression target) |
Copyright © 2014–2015 Webtide. All rights reserved.