| Package | Description |
|---|---|
| com.sun.el | |
| com.sun.el.lang | |
| javax.el |
Provides the API for Jakarta 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 |
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 |
|---|---|
VariableMapper |
StandardELContext.getVariableMapper()
Construct (if needed) and return a default VariableMapper() {
|
abstract VariableMapper |
ELContext.getVariableMapper()
Retrieves the
VariableMapper associated with this ELContext. |
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.