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

Packages that use EventThreadCleanup
org.zkoss.zkplus.acegi Utilities to support Acegi Security System 
org.zkoss.zkplus.spring Utilities to support Spring Application Framework
org.zkoss.zkplus.util Utilities that can be applied to several situations. 
 

Uses of EventThreadCleanup in org.zkoss.zkplus.acegi
 

Classes in org.zkoss.zkplus.acegi that implement EventThreadCleanup
 class AcegiSecurityContextListener
          Listener to copy servlet thread ThreadLocal, securityContext, over to event thread ThreadLocal and handle Acegi Authentication Exception occured in Event handling (e.g.
 

Uses of EventThreadCleanup in org.zkoss.zkplus.spring
 

Classes in org.zkoss.zkplus.spring that implement EventThreadCleanup
 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 EventThreadCleanup in org.zkoss.zkplus.util
 

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



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