Package org.apache.cocoon.core.container.handler

Interface Summary
ComponentHandler This class acts like a Factory to instantiate the correct version of the component handler that you need.
 

Class Summary
AbstractComponentHandler This class acts like a Factory to instantiate the correct version of the component handler that you need.
AbstractFactoryHandler This class acts like a Factory to instantiate the correct version of the component handler that you need.
AliasComponentHandler A component handler used to alias roles: it delegates all its calls to another handler.
InstanceComponentHandler A component handler for instances created outside the container.
LazyHandler  
NonThreadSafePoolableComponentHandler The PoolableComponentHandler to make sure that poolable components are initialized destroyed and pooled correctly.
PoolableComponentHandler This is an extension to the NonThreadSafePoolableComponentHandler that uses proxies to make the poolable components thread safe.
PoolableComponentHandler.ProxyHandler  
SingleThreadedComponentHandler The DefaultComponentHandler to make sure components are initialized and destroyed correctly.
ThreadSafeComponentHandler The ThreadSafeComponentHandler to make sure components are initialized and destroyed correctly.
 



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