| Package | Description |
|---|---|
| org.jdesktop.el |
Customized version of EL for Beans Binding; not for general use.
|
| org.jdesktop.el.impl |
Customized version of EL for Beans Binding; not for general use.
|
| org.jdesktop.el.impl.lang |
Customized version of EL for Beans Binding; not for general use.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MethodExpression
An
Expression that refers to a method on an object. |
class |
ValueExpression
An
Expression that can get or set a value. |
| Modifier and Type | Class and Description |
|---|---|
class |
MethodExpressionImpl
An
Expression that refers to a method on an object. |
class |
MethodExpressionLiteral |
class |
ValueExpressionImpl
An
Expression that can get or set a value. |
class |
ValueExpressionLiteral |
| Modifier and Type | Method and Description |
|---|---|
Expression |
EvaluationContext.getExpression() |
| Constructor and Description |
|---|
EvaluationContext(ELContext elContext,
FunctionMapper fnMapper,
VariableMapper varMapper,
Expression expression) |
EvaluationContext(ELContext elContext,
FunctionMapper fnMapper,
VariableMapper varMapper,
Expression expression,
boolean trackResolvedProperties) |