|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Expression | |
|---|---|
| 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.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. |
| Uses of Expression in org.zkoss.bind.xel |
|---|
| Classes in org.zkoss.bind.xel that implement Expression | |
|---|---|
class |
BindXelExpression
|
| Methods in org.zkoss.bind.xel that return Expression | |
|---|---|
Expression |
BindXelFactory.parseExpression(XelContext xelc,
java.lang.String expression,
java.lang.Class expectedType)
|
| 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 (a.k.a., 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)
|
| Uses of Expression in org.zkoss.zk.xel |
|---|
| Methods in org.zkoss.zk.xel that return Expression | |
|---|---|
Expression |
Evaluator.parseExpression(java.lang.String expression,
java.lang.Class<?> expectedType)
Prepares the expression. |
| Methods in org.zkoss.zk.xel with parameters of type Expression | |
|---|---|
java.lang.Object |
Evaluator.evaluate(Component comp,
Expression expression)
Evaluates the expression. |
java.lang.Object |
Evaluator.evaluate(Page page,
Expression expression)
Evaluates the expression. |
| Uses of Expression in org.zkoss.zk.xel.impl |
|---|
| Methods in org.zkoss.zk.xel.impl that return Expression | |
|---|---|
Expression |
SimpleEvaluator.parseExpression(java.lang.String expression,
java.lang.Class expectedType)
|
| Methods in org.zkoss.zk.xel.impl with parameters of type Expression | |
|---|---|
java.lang.Object |
SimpleEvaluator.evaluate(Component comp,
Expression expression)
|
java.lang.Object |
SimpleEvaluator.evaluate(Page page,
Expression expression)
|
| Uses of Expression in org.zkoss.zkmax.xel.el |
|---|
| Methods in org.zkoss.zkmax.xel.el that return Expression | |
|---|---|
Expression |
ApacheELFactory.parseExpression(XelContext xelc,
java.lang.String expression,
java.lang.Class expectedType)
|
| Uses of Expression in org.zkoss.zkmax.xel.el21 |
|---|
| Methods in org.zkoss.zkmax.xel.el21 that return Expression | |
|---|---|
Expression |
ApacheELFactory.parseExpression(XelContext xelc,
java.lang.String expression,
java.lang.Class expectedType)
|
| Uses of Expression in org.zkoss.zkmax.xel.mvel |
|---|
| Methods in org.zkoss.zkmax.xel.mvel that return Expression | |
|---|---|
Expression |
MVELFactory.parseExpression(XelContext ctx,
java.lang.String expression,
java.lang.Class expectedType)
|
| Uses of Expression in org.zkoss.zkmax.xel.ognl |
|---|
| Methods in org.zkoss.zkmax.xel.ognl that return Expression | |
|---|---|
Expression |
OGNLFactory.parseExpression(XelContext ctx,
java.lang.String expression,
java.lang.Class expectedType)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||