|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.zkoss.el.Evals
public class Evals
Utilities to wrap the real implementation of Expression Language evaluators.
| Constructor Summary | |
|---|---|
protected |
Evals()
|
| Method Summary | |
|---|---|
static java.lang.Object |
evaluate(java.lang.String expr,
java.lang.Class expectedType,
VariableResolver resolv,
FunctionMapper funcs)
Evaluates the expression with the specified resolver and mapper, and the expected class is Object.class. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected Evals()
| Method Detail |
|---|
public static java.lang.Object evaluate(java.lang.String expr,
java.lang.Class expectedType,
VariableResolver resolv,
FunctionMapper funcs)
throws XelException
Unlike ExpressionEvaluator, null is returned if expr is null.
expr - the expression, which might contain zero, one or
multiple ${...}.
XelException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||