| Package | Description |
|---|---|
| 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).
|
| 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,
String expression,
Class<?> expectedType)
Prepares (a.k.a., compiles) an expression.
|
| Modifier and Type | Method and Description |
|---|---|
Expression |
ELFactory.parseExpression(XelContext xelc,
String expression,
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,
String expression,
Class expectedType) |
Copyright © 2018. All rights reserved.