Package | Description |
---|---|
com.sun.el | |
com.sun.el.lang | |
javax.el |
Provides the API for the Unified Expression Language 3.0
|
Constructor and Description |
---|
MethodExpressionImpl(String expr,
Node node,
FunctionMapper fnMapper,
VariableMapper varMapper,
Class expectedType,
Class[] paramTypes) |
ValueExpressionImpl(String expr,
Node node,
FunctionMapper fnMapper,
VariableMapper varMapper,
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) |
FunctionMapperFactory(FunctionMapper mapper) |
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.
|
Copyright © 2016. All rights reserved.