Uses of Interface
org.zkoss.xel.ExpressionFactory
-
Packages that use ExpressionFactory Package Description org.zkoss.xel org.zkoss.xel.el org.zkoss.xel.util org.zkoss.xel.zel -
-
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.
-