| Package | Description |
|---|---|
| org.zkoss.zel | |
| org.zkoss.zel.impl | |
| org.zkoss.zel.impl.lang |
| 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 |
ExpressionBuilder.fnMapper |
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) |
Copyright © 2022. All rights reserved.