Uses of Interface
org.zkoss.xel.ExpressionFactory

Packages that use ExpressionFactory
org.zkoss.xel XEL - Extensible Expression Language to encapsulate different implementations, such as EL, MVEL and OGNL. 
org.zkoss.xel.el This implementation is based on zcommons-EL. 
org.zkoss.xel.util Utilties of XEL expressions. 
 

Uses of ExpressionFactory in org.zkoss.xel
 

Methods in org.zkoss.xel that return ExpressionFactory
static ExpressionFactory Expressions.newExpressionFactory()
          Instantiates an instance of ExpressionFactory.
static ExpressionFactory Expressions.newExpressionFactory(java.lang.Class<? extends ExpressionFactory> expfcls)
          Instantiates an instance of ExpressionFactory.
 

Methods in org.zkoss.xel that return types with arguments of type ExpressionFactory
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
static ExpressionFactory Expressions.newExpressionFactory(java.lang.Class<? extends ExpressionFactory> expfcls)
          Instantiates an instance of ExpressionFactory.
static void Expressions.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
 class ELFactory
          An 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
static java.lang.Class<? extends ExpressionFactory> Evaluators.getEvaluatorClass(java.lang.String name)
          Returns the implementation for the specified evaluator name.
 



Copyright © 2011. All Rights Reserved.