Uses of Interface
org.apache.cocoon.pipeline.Pipeline

Packages that use Pipeline
org.apache.cocoon.cli   
org.apache.cocoon.pipeline   
org.apache.cocoon.pipeline.builder   
org.apache.cocoon.sax.builder   
org.apache.cocoon.sitemap   
org.apache.cocoon.sitemap.spring   
org.apache.cocoon.wicket.markup.html   
 

Uses of Pipeline in org.apache.cocoon.cli
 

Methods in org.apache.cocoon.cli that return Pipeline
 Pipeline<SAXPipelineComponent> PipelinesRegistry.getDefaultPipeline()
           
 Pipeline<SAXPipelineComponent> PipelinesRegistry.getPipeline(String id)
           
 

Methods in org.apache.cocoon.cli with parameters of type Pipeline
 void PipelinesRegistry.addPipeline(String id, Pipeline<SAXPipelineComponent> pipeline)
           
 

Uses of Pipeline in org.apache.cocoon.pipeline
 

Classes in org.apache.cocoon.pipeline that implement Pipeline
 class AbstractPipeline<T extends PipelineComponent>
          Basic pipeline implementation that collects the PipelineComponents and connects them with each other.
 class AsyncCachePipeline<T extends PipelineComponent>
           This Pipeline basically works like the CachingPipeline.
 class CachingPipeline<T extends PipelineComponent>
           A Pipeline implementation that returns a cached result if, and only if all its components support caching.
 class NonCachingPipeline<T extends PipelineComponent>
          This Pipeline doesn't support caching at all.
 

Uses of Pipeline in org.apache.cocoon.pipeline.builder
 

Methods in org.apache.cocoon.pipeline.builder that return Pipeline
 Pipeline<PC> LinkedPipelineSetupBuilder.setup(OutputStream outputStream)
           
 

Uses of Pipeline in org.apache.cocoon.sax.builder
 

Constructors in org.apache.cocoon.sax.builder with parameters of type Pipeline
LinkedSAXPipelineComponentBuilderImpl(Pipeline<SAXPipelineComponent> pipeline)
           
 

Uses of Pipeline in org.apache.cocoon.sitemap
 

Methods in org.apache.cocoon.sitemap that return Pipeline
 Pipeline<PipelineComponent> SpringComponentProvider.createPipeline(String type)
          
 Pipeline<PipelineComponent> ComponentProvider.createPipeline(String type)
           
 

Uses of Pipeline in org.apache.cocoon.sitemap.spring
 

Methods in org.apache.cocoon.sitemap.spring that return Pipeline
 Pipeline<PipelineComponent> ReflectionPipelineFactory.createPipeline(String type)
          
 Pipeline<PipelineComponent> PrototypePipelineFactory.createPipeline(String type)
          
 Pipeline<PipelineComponent> PipelineFactory.createPipeline(String type)
           
 

Uses of Pipeline in org.apache.cocoon.wicket.markup.html
 

Constructors in org.apache.cocoon.wicket.markup.html with parameters of type Pipeline
CocoonSAXPipelineComponent(String id, Pipeline<SAXPipelineComponent> pipeline)
           
 



Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.