| Package | Description |
|---|---|
| javax.el | |
| org.apache.el | |
| org.apache.el.lang | |
| org.apache.jasper.el | |
| org.apache.jasper.runtime |
| Modifier and Type | Method and Description |
|---|---|
FunctionMapper |
StandardELContext.getFunctionMapper() |
abstract FunctionMapper |
ELContext.getFunctionMapper() |
| 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 |
ELContextWrapper.getFunctionMapper() |
FunctionMapper |
ELContextImpl.getFunctionMapper() |
| Modifier and Type | Method and Description |
|---|---|
void |
ELContextImpl.setFunctionMapper(FunctionMapper functionMapper) |
| Constructor and Description |
|---|
ELContextWrapper(ELContext target,
FunctionMapper fnMapper) |
| Modifier and Type | Class and Description |
|---|---|
class |
ProtectedFunctionMapper
Maps EL functions to their Java method counterparts.
|
Copyright © 2014–2016 Webtide. All rights reserved.