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

Packages that use SitemapExecutor
org.apache.cocoon.components.treeprocessor Evaluation tree based implementation of the Processor interface  
org.apache.cocoon.profiler.debugging   
org.apache.cocoon.sitemap.impl   
 

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

Fields in org.apache.cocoon.components.treeprocessor declared as SitemapExecutor
protected  SitemapExecutor AbstractProcessingNode.executor
          The sitemap executor
 

Methods in org.apache.cocoon.components.treeprocessor that return SitemapExecutor
 SitemapExecutor ConcreteTreeProcessor.getSitemapExecutor()
          Return the sitemap executor
 

Methods in org.apache.cocoon.components.treeprocessor with parameters of type SitemapExecutor
 void AbstractProcessingNode.setSitemapExecutor(SitemapExecutor executor)
          Set the sitemap executor
 

Constructors in org.apache.cocoon.components.treeprocessor with parameters of type SitemapExecutor
ConcreteTreeProcessor(TreeProcessor wrappingProcessor, SitemapExecutor sitemapExecutor)
          Builds a concrete processig, given the wrapping processor
 

Uses of SitemapExecutor in org.apache.cocoon.profiler.debugging
 

Classes in org.apache.cocoon.profiler.debugging that implement SitemapExecutor
 class RemoteDebuggingSitemapExecutor
          Sample sitemap executor that prints out everything to a logger
 class SimpleSitemapExecutor
          Sample sitemap executor that prints out everything to a logger
 

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

Classes in org.apache.cocoon.sitemap.impl that implement SitemapExecutor
 class DefaultExecutor
          This is the default executor that does nothing but just executing the statements.
 



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