|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.zkoss.zk.xel.Evaluators
public class Evaluators
Utilities of evaluation.
Constructor Summary | |
---|---|
Evaluators()
|
Method Summary | |
---|---|
static java.lang.Object |
evaluate(Evaluator eval,
Component comp,
java.lang.String expr,
java.lang.Class<?> expectedClass)
Evaluates the specified expression (which might or might not contain ${). |
static java.lang.Object |
evaluate(Evaluator eval,
Page page,
java.lang.String expr,
java.lang.Class<?> expectedClass)
Evaluates the specified expression (which might or might not contain ${). |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Evaluators()
Method Detail |
---|
public static java.lang.Object evaluate(Evaluator eval, Component comp, java.lang.String expr, java.lang.Class<?> expectedClass)
comp
- the component to represent the self variablepublic static java.lang.Object evaluate(Evaluator eval, Page page, java.lang.String expr, java.lang.Class<?> expectedClass)
page
- the page to represent the self variable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |