Uses of Class
org.apache.cocoon.core.container.handler.AbstractFactoryHandler

Packages that use AbstractFactoryHandler
org.apache.cocoon.core.container.handler   
 

Uses of AbstractFactoryHandler in org.apache.cocoon.core.container.handler
 

Subclasses of AbstractFactoryHandler in org.apache.cocoon.core.container.handler
 class NonThreadSafePoolableComponentHandler
          The PoolableComponentHandler to make sure that poolable components are initialized destroyed and pooled correctly.
 class PoolableComponentHandler
          This is an extension to the NonThreadSafePoolableComponentHandler that uses proxies to make the poolable components thread safe.
 class SingleThreadedComponentHandler
          The DefaultComponentHandler to make sure components are initialized and destroyed correctly.
 class ThreadSafeComponentHandler
          The ThreadSafeComponentHandler to make sure components are initialized and destroyed correctly.
 



Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.