Uses of Interface
org.apache.cocoon.sitemap.ComponentLocator

Packages that use ComponentLocator
org.apache.cocoon.components.source   
org.apache.cocoon.components.treeprocessor Evaluation tree based implementation of the Processor interface  
org.apache.cocoon.core   
org.apache.cocoon.core.container   
org.apache.cocoon.sitemap   
org.apache.cocoon.sitemap.impl   
org.apache.cocoon.spring   
 

Uses of ComponentLocator in org.apache.cocoon.components.source
 

Methods in org.apache.cocoon.components.source that return ComponentLocator
protected  ComponentLocator CocoonSourceResolver.getComponentLocator()
          Get the component locator.
 

Methods in org.apache.cocoon.components.source with parameters of type ComponentLocator
protected  SourceFactory CocoonSourceResolver.getSourceFactory(ComponentLocator m, String scheme)
          Get the SourceFactory
 

Uses of ComponentLocator in org.apache.cocoon.components.treeprocessor
 

Fields in org.apache.cocoon.components.treeprocessor declared as ComponentLocator
protected  ComponentLocator DefaultTreeBuilder.applicationContainer
          Optional application container
 

Methods in org.apache.cocoon.components.treeprocessor that return ComponentLocator
 ComponentLocator DefaultTreeBuilder.getComponentLocator()
           
 ComponentLocator TreeBuilder.getComponentLocator()
          Return the sitemap component locator - if available.
 

Methods in org.apache.cocoon.components.treeprocessor with parameters of type ComponentLocator
 void ConcreteTreeProcessor.setProcessorData(ServiceManager manager, ClassLoader classloader, ProcessingNode rootNode, List disposableNodes, ComponentLocator componentLocator, List enterSitemapEventListeners, List leaveSitemapEventListeners)
          Set the processor data, result of the treebuilder job
 

Uses of ComponentLocator in org.apache.cocoon.core
 

Methods in org.apache.cocoon.core that return ComponentLocator
 ComponentLocator Core.SitemapImpl.getComponentLocator()
           
 

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

Classes in org.apache.cocoon.core.container that implement ComponentLocator
 class ComponentLocatorWrapper
          Wrapper for a service manager.
 

Uses of ComponentLocator in org.apache.cocoon.sitemap
 

Methods in org.apache.cocoon.sitemap that return ComponentLocator
 ComponentLocator Sitemap.getComponentLocator()
          Return the locator of the current sitemap.
 

Uses of ComponentLocator in org.apache.cocoon.sitemap.impl
 

Classes in org.apache.cocoon.sitemap.impl that implement ComponentLocator
 class ComponentManager
          This is the connection between the Cocoon core components and an optional application/sitemap container.
 

Fields in org.apache.cocoon.sitemap.impl declared as ComponentLocator
protected  ComponentLocator ComponentManager.componentLocator
           
 

Constructors in org.apache.cocoon.sitemap.impl with parameters of type ComponentLocator
ComponentManager(ServiceManager sm, ComponentLocator cl)
           
 

Uses of ComponentLocator in org.apache.cocoon.spring
 

Classes in org.apache.cocoon.spring that implement ComponentLocator
 class SpringComponentLocator
          This is the connection between Cocoon and Spring.
 



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