Package | Description |
---|---|
org.zkoss.bind.impl |
Core Implementation for ZK Bind
|
org.zkoss.bind.xel |
XEL for ZK Bind
|
org.zkoss.xel |
XEL - Extensible Expression Language to encapsulate different
implementations, such as EL, MVEL and OGNL.
|
org.zkoss.xel.el |
This implementation is based on zcommons-EL.
|
org.zkoss.xel.zel |
This implementation is based on ZEL 2.2 (Similar to EL 2.2).
|
org.zkoss.zk.xel |
ZK XEL utilities.
|
org.zkoss.zk.xel.impl |
XEL utilities for implementation only.
|
org.zkoss.zkmax.bind.impl | |
org.zkoss.zkmax.xel.el |
This implementation is based on Apache Commons EL,
ApacheELFactory.
|
org.zkoss.zkmax.xel.el21 |
This implementation is based on JSP 2.1 EL.
|
org.zkoss.zkmax.xel.mvel |
A XEL implemetation based on MVEL.
|
org.zkoss.zkmax.xel.ognl |
A XEL implemetation based on OGNL.
|
Modifier and Type | Class and Description |
---|---|
class |
PropertyExpression
An implementation of component property expression to evaluate it with a reflection
method call instead of EL resolving.
|
Modifier and Type | Class and Description |
---|---|
class |
BindXelExpression |
Modifier and Type | Method and Description |
---|---|
Expression |
BindXelFactory.parseExpression(XelContext xelc,
java.lang.String expression,
java.lang.Class expectedType) |
Modifier and Type | Interface and Description |
---|---|
interface |
ExpressionX
An extension of
Expression to have more control to handle Expression Language EL 2.2 specs. |
Modifier and Type | Field and Description |
---|---|
static Expression |
Expressions.DUMMY_EXPRESSION
An dummy expression that does nothing.
|
Modifier and Type | Method and Description |
---|---|
Expression |
ExpressionFactory.parseExpression(XelContext ctx,
java.lang.String expression,
java.lang.Class<?> expectedType)
Prepares (a.k.a., compiles) an expression.
|
Modifier and Type | Method and Description |
---|---|
Expression |
ELFactory.parseExpression(XelContext xelc,
java.lang.String expression,
java.lang.Class expectedType) |
Modifier and Type | Class and Description |
---|---|
class |
ELXelExpression
An XEL Expression that is based on ZEL ValueExpression.
|
Modifier and Type | Method and Description |
---|---|
Expression |
ELFactory.parseExpression(XelContext xelc,
java.lang.String expression,
java.lang.Class expectedType) |
Modifier and Type | Method and Description |
---|---|
Expression |
Evaluator.parseExpression(java.lang.String expression,
java.lang.Class<?> expectedType)
Prepares the expression.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
Evaluator.evaluate(Component comp,
Expression expression)
Evaluates the expression.
|
java.lang.Object |
Evaluator.evaluate(Page page,
Expression expression)
Evaluates the expression.
|
Modifier and Type | Method and Description |
---|---|
Expression |
SimpleEvaluator.parseExpression(java.lang.String expression,
java.lang.Class expectedType) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
SimpleEvaluator.evaluate(Component comp,
Expression expression) |
java.lang.Object |
SimpleEvaluator.evaluate(Page page,
Expression expression) |
Modifier and Type | Class and Description |
---|---|
class |
BindXelExpressionEx
An extension of BindXelExpression to do a lazy initiating EL expression construction.
|
Modifier and Type | Method and Description |
---|---|
Expression |
BindXelFactoryEx.parseExpression(XelContext xelc,
java.lang.String expression,
java.lang.Class expectedType) |
Modifier and Type | Method and Description |
---|---|
Expression |
ApacheELFactory.parseExpression(XelContext xelc,
java.lang.String expression,
java.lang.Class expectedType) |
Modifier and Type | Method and Description |
---|---|
Expression |
ApacheELFactory.parseExpression(XelContext xelc,
java.lang.String expression,
java.lang.Class expectedType) |
Modifier and Type | Method and Description |
---|---|
Expression |
MVELFactory.parseExpression(XelContext ctx,
java.lang.String expression,
java.lang.Class expectedType) |
Modifier and Type | Method and Description |
---|---|
Expression |
OGNLFactory.parseExpression(XelContext ctx,
java.lang.String expression,
java.lang.Class expectedType) |
Copyright © 2005-2018 Potix Corporation. All Rights Reserved.