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 |
VariableMapperFactory
Creates a VariableMapper for the variables used in the expression.
|
class |
VariableMapperImpl |
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 | Method and Description |
---|---|
abstract VariableMapper |
ELContext.getVariableMapper()
Retrieves the
VariableMapper associated with this ELContext . |
VariableMapper |
StandardELContext.getVariableMapper()
Construct (if needed) and return a default VariableMapper() {
|
Copyright © 2022. All rights reserved.