| java.lang.Object org.zkoss.zk.xel.impl.SimpleEvaluator
SimpleEvaluator | public class SimpleEvaluator implements Evaluator(Code) | | A simple implementation of
Evaluator .
author: tomyeh since: 3.0.0 |
SimpleEvaluator | public SimpleEvaluator(FunctionMapper mapper, Class expfcls)(Code) | | Parameters: expfcls - the class that implements the expression factory.If null, the default one is used. |
getExpressionFactoryClass | public Class getExpressionFactoryClass()(Code) | | Returns the implementation class of the expression factory,
or null to use the default.
|
getVariableResolver | public VariableResolver getVariableResolver(Object ref)(Code) | | Returns the variable resolver, or null if not available.
Default: it returns the variable resolver of the
current execution, if any.
Otherwise, it returns the current
RequestContext , if any.
If both not available, null is returned.
Parameters: ref - the object,either page, component, or null.It is passed to SimpleEvaluator.evaluate |
|
|