Uses of Class
org.apache.cocoon.core.container.ComponentEnvironment

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

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

Fields in org.apache.cocoon.core.container declared as ComponentEnvironment
protected  ComponentEnvironment AbstractServiceManager.componentEnv
           
protected  ComponentEnvironment ComponentFactory.environment
           
protected  ComponentEnvironment CoreServiceManager.componentEnv
           
 

Constructors in org.apache.cocoon.core.container with parameters of type ComponentEnvironment
StandaloneServiceSelector.Factory(ComponentEnvironment env, ComponentInfo info, String role)
           
DefaultServiceSelector.Factory(ComponentEnvironment env, ComponentInfo info, String role)
           
ComponentFactory(ComponentEnvironment environment, ComponentInfo info)
          Construct a new component factory for the specified component.
 

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

Methods in org.apache.cocoon.core.container.handler with parameters of type ComponentEnvironment
static ComponentHandler AbstractComponentHandler.getComponentHandler(String role, ComponentEnvironment componentEnv, ComponentInfo info)
          Looks up and returns a component handler for a given component class.
 

Constructors in org.apache.cocoon.core.container.handler with parameters of type ComponentEnvironment
LazyHandler(String role, String className, Configuration configuration, ComponentEnvironment environment)
           
 



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