| Package | Description |
|---|---|
| com.sun.el | |
| com.sun.el.lang | |
| com.sun.el.parser | |
| javax.el |
Provides the API for the Unified Expression Language 3.0
|
| 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 | Method and Description |
|---|---|
private MethodExpression |
AstIdentifier.getMethodExpression(EvaluationContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
abstract MethodExpression |
ExpressionFactory.createMethodExpression(ELContext context,
java.lang.String expression,
java.lang.Class<?> expectedReturnType,
java.lang.Class<?>[] expectedParamTypes)
Parses an expression into a
MethodExpression for later
evaluation. |