|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Expression | |
|---|---|
| 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). |
| Uses of Expression in org.zkoss.xel |
|---|
| Subinterfaces of Expression in org.zkoss.xel | |
|---|---|
interface |
ExpressionX
An extension of Expression to have more control to handle Expression Language EL 2.2 specs. |
| Fields in org.zkoss.xel declared as Expression | |
|---|---|
static Expression |
Expressions.DUMMY_EXPRESSION
An dummy expression that does nothing. |
| Methods in org.zkoss.xel that return Expression | |
|---|---|
Expression |
ExpressionFactory.parseExpression(XelContext ctx,
java.lang.String expression,
java.lang.Class<?> expectedType)
Prepares (aka., compiles) an expression. |
| Uses of Expression in org.zkoss.xel.el |
|---|
| Methods in org.zkoss.xel.el that return Expression | |
|---|---|
Expression |
ELFactory.parseExpression(XelContext xelc,
java.lang.String expression,
java.lang.Class expectedType)
|
| Uses of Expression in org.zkoss.xel.zel |
|---|
| Classes in org.zkoss.xel.zel that implement Expression | |
|---|---|
class |
ELXelExpression
An XEL Expression that is based on ZEL ValueExpression. |
| Methods in org.zkoss.xel.zel that return Expression | |
|---|---|
Expression |
ELFactory.parseExpression(XelContext xelc,
java.lang.String expression,
java.lang.Class expectedType)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||