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.util Utilties of XEL expressions. 
org.zkoss.xel.zel This implementation is based on ZEL 2.2 (Similar to EL 2.2). 
 

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(Class<? extends ExpressionFactory> expfcls)
          Instantiates an instance of ExpressionFactory.
 

Methods in org.zkoss.xel that return types with arguments of type ExpressionFactory
static 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(Class<? extends ExpressionFactory> expfcls)
          Instantiates an instance of ExpressionFactory.
static void Expressions.setExpressionFactoryClass(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.util
 

Methods in org.zkoss.xel.util that return types with arguments of type ExpressionFactory
static Class<? extends ExpressionFactory> Evaluators.getEvaluatorClass(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
 class ELFactory
          An XEL ExpressionFactory implementation based on ZEL ExpressionFactory.
 



Copyright © 2014. All rights reserved.