Uses of Interface
org.zkoss.xel.ExpressionFactory

Packages that use ExpressionFactory
org.zkoss.bind.impl Core Implementation for ZK Bind 
org.zkoss.bind.xel XEL for ZK Bind 
org.zkoss.web.servlet.xel XEL Utilities that depends on Servlets. 
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). 
org.zkoss.zk.ui Interfaces of the common user-interfaces, such as Page and Component
org.zkoss.zk.ui.http HTTP relevant utilities and servlets for implementing user interfaces (implementation only). 
org.zkoss.zk.ui.impl Implementation of user interfaces and factories (implementation only). 
org.zkoss.zk.ui.metainfo Metainfo representing pages and languages (implementation only). 
org.zkoss.zk.ui.util Utilities to handle user interfaces. 
org.zkoss.zk.xel.impl XEL utilities for implementation only. 
org.zkoss.zkmax.xel.el This implementation is based on Apache Commons EL, ApacheELFactory
org.zkoss.zkmax.xel.mvel A XEL implemetation based on MVEL. 
org.zkoss.zkmax.xel.ognl A XEL implemetation based on OGNL. 
 

Uses of ExpressionFactory in org.zkoss.bind.impl
 

Constructor parameters in org.zkoss.bind.impl with type arguments of type ExpressionFactory
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
 class BindXelFactory
          Xel Factory for Binding.
 

Uses of ExpressionFactory in org.zkoss.web.servlet.xel
 

Methods in org.zkoss.web.servlet.xel that return ExpressionFactory
abstract  ExpressionFactory RequestXelResolver.getExpressionFactory()
          Returns the expression factory (never null).
 

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.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.
 

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.
 

Uses of ExpressionFactory in org.zkoss.zk.ui
 

Methods in org.zkoss.zk.ui that return types with arguments of type ExpressionFactory
 java.lang.Class<? extends ExpressionFactory> Page.getExpressionFactoryClass()
          Returns the implementation of the expression factory that is used by this page, or null if Configuration.getExpressionFactoryClass() is used.
 

Method parameters in org.zkoss.zk.ui with type arguments of type ExpressionFactory
static Evaluator Executions.getEvaluator(Component comp, java.lang.Class<? extends ExpressionFactory> expfcls)
          Returns the evaluator of the current execution.
 Evaluator Execution.getEvaluator(Component comp, java.lang.Class<? extends ExpressionFactory> expfcls)
          Returns the evaluator of the current execution.
static Evaluator Executions.getEvaluator(Page page, java.lang.Class<? extends ExpressionFactory> expfcls)
          Returns the evaluator of the current execution.
 Evaluator Execution.getEvaluator(Page page, java.lang.Class<? extends ExpressionFactory> expfcls)
          Returns the evaluator (never null).
 void Page.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
 Evaluator ExecutionImpl.getEvaluator(Component comp, java.lang.Class<? extends ExpressionFactory> expfcls)
           
 Evaluator ExecutionImpl.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
 java.lang.Class<? extends ExpressionFactory> PageImpl.getExpressionFactoryClass()
           
 

Method parameters in org.zkoss.zk.ui.impl with type arguments of type ExpressionFactory
 void PageImpl.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
 java.lang.Class<? extends ExpressionFactory> PageDefinition.getExpressionFactoryClass()
          Returns the implementation of the expression factory that is used by this page, or null if Configuration.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
 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 sytem default is used.
 

Method parameters in org.zkoss.zk.ui.util with type arguments of type ExpressionFactory
 void Configuration.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
protected  ExpressionFactory SimpleEvaluator.getExpressionFactory()
          Returns the expression factory.
 

Methods in org.zkoss.zk.xel.impl that return types with arguments of type ExpressionFactory
 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
SimpleEvaluator(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
 class ApacheELFactory
          An implementation that is based on Apache commons-el: org.apache.commons.el.ExpressionEvaluatorImpl.
 

Uses of ExpressionFactory in org.zkoss.zkmax.xel.mvel
 

Classes in org.zkoss.zkmax.xel.mvel that implement ExpressionFactory
 class MVELFactory
          An implementation based on MVEL.
 

Uses of ExpressionFactory in org.zkoss.zkmax.xel.ognl
 

Classes in org.zkoss.zkmax.xel.ognl that implement ExpressionFactory
 class OGNLFactory
          An implementation based on OGNL.
 



Copyright © 2005-2011 Potix Corporation. All Rights Reserved. SourceForge.net Logo