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 | Method and Description |
---|---|
abstract FunctionMapper |
ELContext.getFunctionMapper()
Retrieves the
FunctionMapper associated with this
ELContext . |
Constructor and Description |
---|
MethodExpressionImpl(java.lang.String expr,
Node node,
FunctionMapper fnMapper,
VariableMapper varMapper,
java.lang.Class expectedType,
java.lang.Class[] paramTypes) |
ValueExpressionImpl(java.lang.String expr,
Node node,
FunctionMapper fnMapper,
VariableMapper varMapper,
java.lang.Class expectedType) |
Modifier and Type | Class and Description |
---|---|
class |
FunctionMapperFactory |
class |
FunctionMapperImpl |
Modifier and Type | Field and Description |
---|---|
protected FunctionMapper |
FunctionMapperFactory.target |
Modifier and Type | Method and Description |
---|---|
FunctionMapper |
FunctionMapperFactory.create() |
FunctionMapper |
EvaluationContext.getFunctionMapper() |
Constructor and Description |
---|
EvaluationContext(ELContext elContext,
FunctionMapper fnMapper,
VariableMapper varMapper,
Expression expression) |
EvaluationContext(ELContext elContext,
FunctionMapper fnMapper,
VariableMapper varMapper,
Expression expression,
boolean trackResolvedProperties) |
FunctionMapperFactory(FunctionMapper mapper) |