| 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 FunctionMapper |
ValueExpressionImpl.fnMapper |
private FunctionMapper |
MethodExpressionImpl.fnMapper |
| 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 |
|---|---|
private FunctionMapper |
EvaluationContext.fnMapper |
private FunctionMapper |
ExpressionBuilder.fnMapper |
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) |
FunctionMapperFactory(FunctionMapper mapper) |
| Modifier and Type | Class and Description |
|---|---|
private static class |
StandardELContext.DefaultFunctionMapper |
| Modifier and Type | Field and Description |
|---|---|
private FunctionMapper |
StandardELContext.functionMapper |
| Modifier and Type | Method and Description |
|---|---|
abstract FunctionMapper |
ELContext.getFunctionMapper()
Retrieves the
FunctionMapper associated with this
ELContext. |
FunctionMapper |
StandardELContext.getFunctionMapper()
Construct (if needed) and return a default FunctionMapper.
|