| Package | Description |
|---|---|
| com.sun.el | |
| com.sun.el.lang | |
| 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,
String expression,
Class expectedReturnType,
Class[] expectedParamTypes) |
| Modifier and Type | Method and Description |
|---|---|
MethodExpression |
ExpressionBuilder.createMethodExpression(Class expectedReturnType,
Class[] expectedParamTypes) |
| Modifier and Type | Method and Description |
|---|---|
abstract MethodExpression |
ExpressionFactory.createMethodExpression(ELContext context,
String expression,
Class<?> expectedReturnType,
Class<?>[] expectedParamTypes)
Parses an expression into a
MethodExpression for later
evaluation. |
Copyright (c) 2013 Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.