| Package | Description |
|---|---|
| javax.el | |
| org.apache.el | |
| org.apache.el.lang | |
| org.apache.jasper.el |
| Modifier and Type | Method and Description |
|---|---|
VariableMapper |
StandardELContext.getVariableMapper() |
abstract VariableMapper |
ELContext.getVariableMapper() |
| 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 |
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 |
ELContextWrapper.getVariableMapper() |
VariableMapper |
ELContextImpl.getVariableMapper() |
| Modifier and Type | Method and Description |
|---|---|
void |
ELContextImpl.setVariableMapper(VariableMapper variableMapper) |
Copyright © 2014–2017 Webtide. All rights reserved.