| Package | Description |
|---|---|
| jakarta.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(java.lang.String expr,
Node node,
FunctionMapper fnMapper,
VariableMapper varMapper,
java.lang.Class<?> expectedType,
java.lang.Class<?>[] paramTypes) |
ValueExpressionImpl(java.lang.String expr,
Node node,
FunctionMapper fnMapper,
VariableMapper varMapper,
java.lang.Class<?> expectedType) |
| Modifier and Type | Class and Description |
|---|---|
class |
FunctionMapperFactory |
| 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 | Class and Description |
|---|---|
class |
FunctionMapperImpl
Deprecated.
|
| 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–2021. All rights reserved.