Package | Description |
---|---|
com.sun.el | |
com.sun.el.lang | |
javax.el |
Provides the API for the Unified Expression Language 3.0
|
Modifier and Type | Field and Description |
---|---|
private VariableMapper |
MethodExpressionImpl.varMapper |
private VariableMapper |
ValueExpressionImpl.varMapper |
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 |
VariableMapperFactory
Creates a VariableMapper for the variables used in the expression.
|
class |
VariableMapperImpl |
Modifier and Type | Field and Description |
---|---|
private VariableMapper |
VariableMapperFactory.momento |
private VariableMapper |
VariableMapperFactory.target |
private VariableMapper |
EvaluationContext.varMapper |
private VariableMapper |
ExpressionBuilder.varMapper |
Modifier and Type | Method and Description |
---|---|
VariableMapper |
VariableMapperFactory.create() |
VariableMapper |
EvaluationContext.getVariableMapper() |
Constructor and Description |
---|
EvaluationContext(ELContext elContext,
FunctionMapper fnMapper,
VariableMapper varMapper) |
VariableMapperFactory(VariableMapper target) |
Modifier and Type | Class and Description |
---|---|
private static class |
StandardELContext.DefaultVariableMapper |
Modifier and Type | Field and Description |
---|---|
private VariableMapper |
StandardELContext.variableMapper |
Modifier and Type | Method and Description |
---|---|
VariableMapper |
StandardELContext.getVariableMapper()
Construct (if needed) and return a default VariableMapper() {
|
abstract VariableMapper |
ELContext.getVariableMapper()
Retrieves the
VariableMapper associated with this
ELContext . |