Uses of Interface
org.zkoss.zk.ui.event.EventThreadInit

Packages that use EventThreadInit
org.zkoss.zk.ui.util Utilities to handle user interfaces. 
org.zkoss.zkplus.acegi Utilities to support Acegi Security System 
org.zkoss.zkplus.hibernate Utilities to support Hibernate
org.zkoss.zkplus.spring Utilities to support Spring Application Framework
org.zkoss.zkplus.util Utilities that can be applied to several situations. 
 

Uses of EventThreadInit in org.zkoss.zk.ui.util
 

Methods in org.zkoss.zk.ui.util that return types with arguments of type EventThreadInit
 java.util.List<EventThreadInit> Configuration.newEventThreadInits(Component comp, Event evt)
          Constructs a list of EventThreadInit instances and invokes prepare(org.zkoss.zk.ui.Component, org.zkoss.zk.ui.event.Event) for each relevant listener registered by Configuration.addListener(java.lang.Class).
 

Method parameters in org.zkoss.zk.ui.util with type arguments of type EventThreadInit
 boolean Configuration.invokeEventThreadInits(java.util.List<EventThreadInit> inits, Component comp, Event evt)
          Invokes init(org.zkoss.zk.ui.Component, org.zkoss.zk.ui.event.Event) for each instance returned by Configuration.newEventThreadInits(org.zkoss.zk.ui.Component, org.zkoss.zk.ui.event.Event).
 

Uses of EventThreadInit in org.zkoss.zkplus.acegi
 

Classes in org.zkoss.zkplus.acegi that implement EventThreadInit
 class AcegiSecurityContextListener
          Deprecated. As of release 7.0.0
 

Uses of EventThreadInit in org.zkoss.zkplus.hibernate
 

Classes in org.zkoss.zkplus.hibernate that implement EventThreadInit
 class HibernateSessionContextListener
          Deprecated. As of release 6.0.2, please use the official Hibernate's method instead.
 

Uses of EventThreadInit in org.zkoss.zkplus.spring
 

Classes in org.zkoss.zkplus.spring that implement EventThreadInit
 class SpringTransactionSynchronizationListener
          Listener to make sure each ZK thread got the same ThreadLocal value of the spring's org.springframework.transaction.support.TransactionSynchronizationManager; especially those thread bound resources.
 

Uses of EventThreadInit in org.zkoss.zkplus.util
 

Classes in org.zkoss.zkplus.util that implement EventThreadInit
 class ThreadLocalListener
          Listener to make sure servlet thread and ZK event thread got the same ThreadLocal values.
 



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