Package | Description |
---|---|
org.zkoss.xel.zel |
This implementation is based on ZEL 2.2 (Similar to EL 2.2).
|
org.zkoss.zel | |
org.zkoss.zel.impl | |
org.zkoss.zel.impl.lang | |
org.zkoss.zkmax.bind.impl |
Modifier and Type | Class and Description |
---|---|
class |
XelELMapper
An ZEL function mapper that is based on a XEL function mapper.
|
Modifier and Type | Method and Description |
---|---|
FunctionMapper |
XelELContext.getFunctionMapper() |
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 |
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) |
Constructor and Description |
---|
ValueExpressionImplEx(java.lang.String expr,
Node node,
FunctionMapper fnMapper,
VariableMapper varMapper,
java.lang.Class<?> expectedType,
BindExpressionBuilderEx buidler) |
Copyright © 2005-2021 Potix Corporation. All Rights Reserved.