Uses of Class
org.apache.cocoon.Processor.InternalPipelineDescription

Packages that use Processor.InternalPipelineDescription
org.apache.cocoon   
org.apache.cocoon.components.blocks   
org.apache.cocoon.components.treeprocessor Evaluation tree based implementation of the Processor interface  
org.apache.cocoon.components.treeprocessor.sitemap Implemention of the Sitemap language  
org.apache.cocoon.sitemap   
 

Uses of Processor.InternalPipelineDescription in org.apache.cocoon
 

Methods in org.apache.cocoon that return Processor.InternalPipelineDescription
 Processor.InternalPipelineDescription Processor.buildPipeline(Environment environment)
          Process the given Environment to assemble a ProcessingPipeline.
 Processor.InternalPipelineDescription Cocoon.buildPipeline(Environment environment)
           
 

Uses of Processor.InternalPipelineDescription in org.apache.cocoon.components.blocks
 

Methods in org.apache.cocoon.components.blocks that return Processor.InternalPipelineDescription
 Processor.InternalPipelineDescription BlockManager.buildPipeline(Environment environment)
           
 Processor.InternalPipelineDescription BlockProcessor.buildPipeline(Environment environment)
           
 

Uses of Processor.InternalPipelineDescription in org.apache.cocoon.components.treeprocessor
 

Fields in org.apache.cocoon.components.treeprocessor declared as Processor.InternalPipelineDescription
protected  Processor.InternalPipelineDescription InvokeContext.internalPipelineDescription
          The internal pipeline description
 

Methods in org.apache.cocoon.components.treeprocessor that return Processor.InternalPipelineDescription
 Processor.InternalPipelineDescription TreeProcessor.buildPipeline(Environment environment)
          Process the given Environment to assemble a ProcessingPipeline.
 Processor.InternalPipelineDescription ConcreteTreeProcessor.buildPipeline(Environment environment)
          Process the given Environment to assemble a ProcessingPipeline.
 Processor.InternalPipelineDescription InvokeContext.getInternalPipelineDescription(Environment env)
          Get the pipeline description
 

Methods in org.apache.cocoon.components.treeprocessor with parameters of type Processor.InternalPipelineDescription
 void InvokeContext.setInternalPipelineDescription(Processor.InternalPipelineDescription desc)
          Set the processing pipeline for sub-sitemaps
 

Uses of Processor.InternalPipelineDescription in org.apache.cocoon.components.treeprocessor.sitemap
 

Methods in org.apache.cocoon.components.treeprocessor.sitemap that return Processor.InternalPipelineDescription
 Processor.InternalPipelineDescription ErrorHandlerHelper.prepareErrorHandler(Exception ex, Environment env, InvokeContext context)
          Prepare error handler for the internal pipeline error handling.
 

Uses of Processor.InternalPipelineDescription in org.apache.cocoon.sitemap
 

Methods in org.apache.cocoon.sitemap that return Processor.InternalPipelineDescription
 Processor.InternalPipelineDescription SitemapErrorHandler.prepareErrorPipeline(Exception e)
          Build error handling pipeline.
 



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