|
||||||||||
| 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. |
| Uses of Expression in org.zkoss.xel |
|---|
| 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,
String expression,
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,
String expression,
Class expectedType)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||