Uses of Interface
org.zkoss.zk.xel.Evaluator
-
Packages that use Evaluator Package Description org.zkoss.zk.ui org.zkoss.zk.ui.http org.zkoss.zk.ui.metainfo org.zkoss.zk.ui.util org.zkoss.zk.xel org.zkoss.zk.xel.impl -
-
Uses of Evaluator in org.zkoss.zk.ui
Methods in org.zkoss.zk.ui that return Evaluator Modifier and Type Method Description EvaluatorExecution. getEvaluator(Component comp, java.lang.Class<? extends org.zkoss.xel.ExpressionFactory> expfcls)Returns the evaluator of the current execution.EvaluatorExecution. getEvaluator(Page page, java.lang.Class<? extends org.zkoss.xel.ExpressionFactory> expfcls)Returns the evaluator (never null).static EvaluatorExecutions. getEvaluator(Component comp, java.lang.Class<? extends org.zkoss.xel.ExpressionFactory> expfcls)Returns the evaluator of the current execution.static EvaluatorExecutions. getEvaluator(Page page, java.lang.Class<? extends org.zkoss.xel.ExpressionFactory> expfcls)Returns the evaluator of the current execution. -
Uses of Evaluator in org.zkoss.zk.ui.http
Methods in org.zkoss.zk.ui.http that return Evaluator Modifier and Type Method Description EvaluatorExecutionImpl. getEvaluator(Component comp, java.lang.Class<? extends org.zkoss.xel.ExpressionFactory> expfcls)EvaluatorExecutionImpl. getEvaluator(Page page, java.lang.Class<? extends org.zkoss.xel.ExpressionFactory> expfcls) -
Uses of Evaluator in org.zkoss.zk.ui.metainfo
Methods in org.zkoss.zk.ui.metainfo that return Evaluator Modifier and Type Method Description EvaluatorLanguageDefinition. getEvaluator()Returns the evaluator based on this language definition (never null).EvaluatorNodeInfo. getEvaluator()Returns the evaluator.EvaluatorPageDefinition. getEvaluator()Methods in org.zkoss.zk.ui.metainfo with parameters of type Evaluator Modifier and Type Method Description org.zkoss.xel.FunctionMapperFunctionMapperInfo. newFunctionMapper(Evaluator eval, Page page)Creates and returns the function mapper for the specified evaluator and page.InitiatorInitiatorInfo. newInitiator(Evaluator eval, Page page)Creates and returns the initiator, or null if no initiator is resolved.org.zkoss.xel.VariableResolverVariableResolverInfo. newVariableResolver(Evaluator eval, Page page)Creates and returns the variable resolver for the specified page. -
Uses of Evaluator in org.zkoss.zk.ui.util
Methods in org.zkoss.zk.ui.util with parameters of type Evaluator Modifier and Type Method Description booleanConditionImpl. isEffective(Evaluator eval, Component comp)Used to evaluate whether it is effective.booleanConditionImpl. isEffective(Evaluator eval, Page page)Used to evaluate whether it is effective. -
Uses of Evaluator in org.zkoss.zk.xel
Subinterfaces of Evaluator in org.zkoss.zk.xel Modifier and Type Interface Description interfaceEvaluatorRefA reference toEvaluator.Methods in org.zkoss.zk.xel that return Evaluator Modifier and Type Method Description EvaluatorEvaluatorRef. getEvaluator()Returns the real evaluator.Methods in org.zkoss.zk.xel with parameters of type Evaluator Modifier and Type Method Description static java.lang.ObjectEvaluators. evaluate(Evaluator eval, Component comp, java.lang.String expr, java.lang.Class<?> expectedClass)Evaluates the specified expression (which might or might not contain ${ or #{).static java.lang.ObjectEvaluators. evaluate(Evaluator eval, Page page, java.lang.String expr, java.lang.Class<?> expectedClass)Evaluates the specified expression (which might or might not contain ${ or #{}).java.lang.ObjectExValue. getValue(Evaluator eval, Component comp)Returns the value after evaluation.java.lang.ObjectExValue. getValue(Evaluator eval, Page page)Returns the value after evaluation. -
Uses of Evaluator in org.zkoss.zk.xel.impl
Classes in org.zkoss.zk.xel.impl that implement Evaluator Modifier and Type Class Description classSimpleEvaluatorA simple implementation ofEvaluator.Methods in org.zkoss.zk.xel.impl with parameters of type Evaluator Modifier and Type Method Description static java.lang.ObjectUtils. evaluateComposite(Evaluator eval, Component comp, java.lang.Object expr)Evaluates the composite expression parsed byUtils.parseComposite(java.lang.String, java.lang.Class, int)against a component.static java.lang.ObjectUtils. evaluateComposite(Evaluator eval, Page page, java.lang.Object expr)Evaluates the composite expression parsed byUtils.parseComposite(java.lang.String, java.lang.Class, int)against a page.
-