Uses of Interface
org.apache.cocoon.core.container.handler.ComponentHandler

Packages that use ComponentHandler
org.apache.cocoon.components.language.programming   
org.apache.cocoon.components.language.programming.java   
org.apache.cocoon.components.language.programming.javascript   
org.apache.cocoon.components.language.programming.python   
org.apache.cocoon.core.container   
org.apache.cocoon.core.container.handler   
org.apache.cocoon.core.osgi   
 

Uses of ComponentHandler in org.apache.cocoon.components.language.programming
 

Methods in org.apache.cocoon.components.language.programming that return ComponentHandler
 ComponentHandler Program.getHandler(ServiceManager manager, Context context)
          Get ComponentHandler which holds instances of this program.
 

Uses of ComponentHandler in org.apache.cocoon.components.language.programming.java
 

Methods in org.apache.cocoon.components.language.programming.java that return ComponentHandler
 ComponentHandler JavaProgram.getHandler(ServiceManager manager, Context context)
           
 

Uses of ComponentHandler in org.apache.cocoon.components.language.programming.javascript
 

Methods in org.apache.cocoon.components.language.programming.javascript that return ComponentHandler
 ComponentHandler JavascriptProgram.getHandler(ServiceManager manager, Context context)
           
 

Uses of ComponentHandler in org.apache.cocoon.components.language.programming.python
 

Methods in org.apache.cocoon.components.language.programming.python that return ComponentHandler
 ComponentHandler PythonProgram.getHandler(ServiceManager manager, Context context)
           
 

Uses of ComponentHandler in org.apache.cocoon.core.container
 

Methods in org.apache.cocoon.core.container that return ComponentHandler
protected  ComponentHandler AbstractServiceManager.getComponentHandler(String role, Class componentClass, Configuration configuration, ServiceManager serviceManager, ComponentInfo baseInfo)
          Obtain a new ComponentHandler for the specified component.
 

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

Classes in org.apache.cocoon.core.container.handler that implement ComponentHandler
 class AbstractComponentHandler
          This class acts like a Factory to instantiate the correct version of the component handler that you need.
 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 LazyHandler
           
 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.
 

Methods in org.apache.cocoon.core.container.handler that return ComponentHandler
static ComponentHandler AbstractComponentHandler.getComponentHandler(String role, ComponentEnvironment componentEnv, ComponentInfo info)
          Looks up and returns a component handler for a given component class.
static ComponentHandler AbstractComponentHandler.getComponentHandler(Class clazz, Logger logger, Context context, ServiceManager manager, Configuration config)
          Create a component handler (version used by XSP) TODO - perhaps we can remove this later?
 

Constructors in org.apache.cocoon.core.container.handler with parameters of type ComponentHandler
AliasComponentHandler(Logger logger, ComponentHandler aliasedHandler)
           
 

Uses of ComponentHandler in org.apache.cocoon.core.osgi
 

Methods in org.apache.cocoon.core.osgi with parameters of type ComponentHandler
protected  void OSGiCoreServiceManager.addService(String role, ComponentHandler handler)
          Register a component as an OSGi service.
 

Constructors in org.apache.cocoon.core.osgi with parameters of type ComponentHandler
OSGiCoreServiceManager.ComponentHandlerFactory(ComponentHandler handler)
           
 



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