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

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

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

Subclasses of AbstractComponentHandler in org.apache.cocoon.core.container.handler
 class AbstractFactoryHandler
          This class acts like a Factory to instantiate the correct version of the component handler that you need.
 class AliasComponentHandler
          A component handler used to alias roles: it delegates all its calls to another handler.
 class InstanceComponentHandler
          A component handler for instances created outside the container.
 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.