Package | Description |
---|---|
com.sun.el | |
com.sun.el.lang | |
jakarta.el |
Provides the API for Jakarta Expression Language 4.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 |
---|---|
FunctionMapper |
StandardELContext.getFunctionMapper()
Construct (if needed) and return a default FunctionMapper.
|
abstract FunctionMapper |
ELContext.getFunctionMapper()
Retrieves the
FunctionMapper associated with this ELContext . |
Copyright © 2023. All rights reserved.