Uses of Interface
org.zkoss.xel.ExpressionFactory
-
-
Uses of ExpressionFactory in org.zkoss.bind.impl
Constructor parameters in org.zkoss.bind.impl with type arguments of type ExpressionFactory Constructor Description BindEvaluatorXImpl(FunctionMapper mapper, java.lang.Class<? extends ExpressionFactory> expfcls) -
Uses of ExpressionFactory in org.zkoss.bind.xel
Classes in org.zkoss.bind.xel that implement ExpressionFactory Modifier and Type Class Description classBindXelFactoryXel Factory for Binding. -
Uses of ExpressionFactory in org.zkoss.web.servlet.xel
Methods in org.zkoss.web.servlet.xel that return ExpressionFactory Modifier and Type Method Description abstract ExpressionFactoryRequestXelResolver. getExpressionFactory()Returns the expression factory (never null). -
Uses of ExpressionFactory in org.zkoss.xel
Methods in org.zkoss.xel that return ExpressionFactory Modifier and Type Method Description static ExpressionFactoryExpressions. newExpressionFactory()Instantiates an instance ofExpressionFactory.static ExpressionFactoryExpressions. newExpressionFactory(java.lang.Class<? extends ExpressionFactory> expfcls)Instantiates an instance ofExpressionFactory.Methods in org.zkoss.xel that return types with arguments of type ExpressionFactory Modifier and Type Method Description static java.lang.Class<? extends ExpressionFactory>Expressions. getExpressionFactoryClass()Returns the implementation of the expression factory that is used by the whole system, or null to use the system default.Method parameters in org.zkoss.xel with type arguments of type ExpressionFactory Modifier and Type Method Description static ExpressionFactoryExpressions. newExpressionFactory(java.lang.Class<? extends ExpressionFactory> expfcls)Instantiates an instance ofExpressionFactory.static voidExpressions. setExpressionFactoryClass(java.lang.Class<? extends ExpressionFactory> expfcls)Sets the implementation of the expression factory that shall be used by the whole system, or null to use the system default. -
Uses of ExpressionFactory in org.zkoss.xel.el
Classes in org.zkoss.xel.el that implement ExpressionFactory Modifier and Type Class Description classELFactoryAn implementation based on ZK Commons EL (zcommons-el.jar: org.zkforge.apache.commons.el.ExpressionEvaluatorImpl). -
Uses of ExpressionFactory in org.zkoss.xel.util
Methods in org.zkoss.xel.util that return types with arguments of type ExpressionFactory Modifier and Type Method Description static java.lang.Class<? extends ExpressionFactory>Evaluators. getEvaluatorClass(java.lang.String name)Returns the implementation for the specified evaluator name. -
Uses of ExpressionFactory in org.zkoss.xel.zel
Classes in org.zkoss.xel.zel that implement ExpressionFactory Modifier and Type Class Description classELFactoryAn XEL ExpressionFactory implementation based on ZEL ExpressionFactory. -
Uses of ExpressionFactory in org.zkoss.zk.ui
Methods in org.zkoss.zk.ui that return types with arguments of type ExpressionFactory Modifier and Type Method Description java.lang.Class<? extends ExpressionFactory>Page. getExpressionFactoryClass()Returns the implementation of the expression factory that is used by this page, or null ifConfiguration.getExpressionFactoryClass()is used.Method parameters in org.zkoss.zk.ui with type arguments of type ExpressionFactory Modifier and Type Method Description EvaluatorExecution. getEvaluator(Component comp, java.lang.Class<? extends ExpressionFactory> expfcls)Returns the evaluator of the current execution.EvaluatorExecution. getEvaluator(Page page, java.lang.Class<? extends ExpressionFactory> expfcls)Returns the evaluator (never null).static EvaluatorExecutions. getEvaluator(Component comp, java.lang.Class<? extends ExpressionFactory> expfcls)Returns the evaluator of the current execution.static EvaluatorExecutions. getEvaluator(Page page, java.lang.Class<? extends ExpressionFactory> expfcls)Returns the evaluator of the current execution.voidPage. setExpressionFactoryClass(java.lang.Class<? extends ExpressionFactory> expfcls)Sets the implementation of the expression factory that is used by this page. -
Uses of ExpressionFactory in org.zkoss.zk.ui.http
Method parameters in org.zkoss.zk.ui.http with type arguments of type ExpressionFactory Modifier and Type Method Description EvaluatorExecutionImpl. getEvaluator(Component comp, java.lang.Class<? extends ExpressionFactory> expfcls)EvaluatorExecutionImpl. getEvaluator(Page page, java.lang.Class<? extends ExpressionFactory> expfcls) -
Uses of ExpressionFactory in org.zkoss.zk.ui.impl
Methods in org.zkoss.zk.ui.impl that return types with arguments of type ExpressionFactory Modifier and Type Method Description java.lang.Class<? extends ExpressionFactory>PageImpl. getExpressionFactoryClass()Method parameters in org.zkoss.zk.ui.impl with type arguments of type ExpressionFactory Modifier and Type Method Description voidPageImpl. setExpressionFactoryClass(java.lang.Class<? extends ExpressionFactory> expfcls) -
Uses of ExpressionFactory in org.zkoss.zk.ui.metainfo
Methods in org.zkoss.zk.ui.metainfo that return types with arguments of type ExpressionFactory Modifier and Type Method Description java.lang.Class<? extends ExpressionFactory>PageDefinition. getExpressionFactoryClass()Returns the implementation of the expression factory that is used by this page, or null ifConfiguration.getExpressionFactoryClass()is used. -
Uses of ExpressionFactory in org.zkoss.zk.ui.util
Methods in org.zkoss.zk.ui.util that return types with arguments of type ExpressionFactory Modifier and Type Method Description java.lang.Class<? extends ExpressionFactory>Configuration. getExpressionFactoryClass()Returns the implementation of the expression factory that is used by the whole system, or null if the system default is used.Method parameters in org.zkoss.zk.ui.util with type arguments of type ExpressionFactory Modifier and Type Method Description voidConfiguration. setExpressionFactoryClass(java.lang.Class<? extends ExpressionFactory> expfcls)Sets the implementation of the expression factory that shall be used by the whole system. -
Uses of ExpressionFactory in org.zkoss.zk.xel.impl
Methods in org.zkoss.zk.xel.impl that return ExpressionFactory Modifier and Type Method Description protected ExpressionFactorySimpleEvaluator. getExpressionFactory()Returns the expression factory.Methods in org.zkoss.zk.xel.impl that return types with arguments of type ExpressionFactory Modifier and Type Method Description java.lang.Class<? extends ExpressionFactory>SimpleEvaluator. getExpressionFactoryClass()Returns the implementation class of the expression factory, or null to use the default.Constructor parameters in org.zkoss.zk.xel.impl with type arguments of type ExpressionFactory Constructor Description SimpleEvaluator(FunctionMapper mapper, java.lang.Class<? extends ExpressionFactory> expfcls) -
Uses of ExpressionFactory in org.zkoss.zkmax.bind.impl
Classes in org.zkoss.zkmax.bind.impl that implement ExpressionFactory Modifier and Type Class Description classBindXelFactoryExAn extension of BindXelFactory to do a lazy initiating EL expression construction.Constructor parameters in org.zkoss.zkmax.bind.impl with type arguments of type ExpressionFactory Constructor Description BindEvaluatorXImplEx(FunctionMapper mapper, java.lang.Class<? extends ExpressionFactory> expfcls) -
Uses of ExpressionFactory in org.zkoss.zkmax.xel.el
Classes in org.zkoss.zkmax.xel.el that implement ExpressionFactory Modifier and Type Class Description classApacheELFactoryAn implementation that is based on Apache commons-el: org.apache.commons.el.ExpressionEvaluatorImpl. -
Uses of ExpressionFactory in org.zkoss.zkmax.xel.el21
Classes in org.zkoss.zkmax.xel.el21 that implement ExpressionFactory Modifier and Type Class Description classApacheELFactoryAn implementation based on org.apache.el.ExpressionFactoryImpl. -
Uses of ExpressionFactory in org.zkoss.zkmax.xel.mvel
Classes in org.zkoss.zkmax.xel.mvel that implement ExpressionFactory Modifier and Type Class Description classMVELFactoryAn implementation based on MVEL. -
Uses of ExpressionFactory in org.zkoss.zkmax.xel.ognl
Classes in org.zkoss.zkmax.xel.ognl that implement ExpressionFactory Modifier and Type Class Description classOGNLFactoryAn implementation based on OGNL.
-