Package | Description |
---|---|
org.zkoss.bind.impl |
Core Implementation for ZK Bind
|
org.zkoss.bind.sys |
System level classes for ZK Bind
|
org.zkoss.xel |
XEL - Extensible Expression Language to encapsulate different
implementations, such as EL, MVEL and OGNL.
|
org.zkoss.xel.zel |
This implementation is based on ZEL 2.2 (Similar to EL 2.2).
|
Modifier and Type | Method and Description |
---|---|
ValueReference |
BindEvaluatorXImpl.getValueReference(BindContext ctx,
Component comp,
ExpressionX expression) |
ValueReference |
PropertyExpression.getValueReference(XelContext xelc) |
Modifier and Type | Method and Description |
---|---|
ValueReference |
BindEvaluatorX.getValueReference(BindContext ctx,
Component comp,
ExpressionX expression)
Returns the result reference of the specified expression.
|
Modifier and Type | Method and Description |
---|---|
ValueReference |
ExpressionX.getValueReference(XelContext xelc)
Returns the target bean and field name of this expression.
|
Modifier and Type | Class and Description |
---|---|
static class |
ELXelExpression.ValueReferenceImpl |
Modifier and Type | Method and Description |
---|---|
ValueReference |
ELXelExpression.getValueReference(XelContext xelc) |
Copyright © 2005-2021 Potix Corporation. All Rights Reserved.