Uses of Interface
org.apache.cocoon.components.pipeline.ProcessingPipeline

Packages that use ProcessingPipeline
org.apache.cocoon   
org.apache.cocoon.components.pipeline   
org.apache.cocoon.components.pipeline.impl   
org.apache.cocoon.components.profiler   
org.apache.cocoon.components.treeprocessor Evaluation tree based implementation of the Processor interface  
 

Uses of ProcessingPipeline in org.apache.cocoon
 

Fields in org.apache.cocoon declared as ProcessingPipeline
 ProcessingPipeline Processor.InternalPipelineDescription.processingPipeline
           
 

Constructors in org.apache.cocoon with parameters of type ProcessingPipeline
Processor.InternalPipelineDescription(ProcessingPipeline pp, ServiceSelector selector, ServiceManager manager)
           
 

Uses of ProcessingPipeline in org.apache.cocoon.components.pipeline
 

Classes in org.apache.cocoon.components.pipeline that implement ProcessingPipeline
 class AbstractProcessingPipeline
          This is the base for all implementations of a ProcessingPipeline.
 class VirtualProcessingPipeline
          Pipeline used by virtual pipeline components
 

Uses of ProcessingPipeline in org.apache.cocoon.components.pipeline.impl
 

Classes in org.apache.cocoon.components.pipeline.impl that implement ProcessingPipeline
 class AbstractCachingProcessingPipeline
          This is the base class for all caching pipeline implementations that check different pipeline components.
 class BaseCachingProcessingPipeline
          This is the base class for all caching pipeline implementations.
 class CachingPointProcessingPipeline
          The CachingPointProcessingPipeline
 class CachingProcessingPipeline
          The CachingProcessingPipeline
 class ExpiresCachingProcessingPipeline
          This pipeline implementation caches the complete content for a defined period of time (expires).
 class NonCachingProcessingPipeline
          Thi is the implementation of the non caching processing pipeline
 

Uses of ProcessingPipeline in org.apache.cocoon.components.profiler
 

Classes in org.apache.cocoon.components.profiler that implement ProcessingPipeline
 class ProfilingCachingProcessingPipeline
           
 class ProfilingNonCachingProcessingPipeline
          Special version of the NonCachingProcessingPipeline that supports capturing the SAX-events that go through it and stores the result in the ProfilerData.
 

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

Fields in org.apache.cocoon.components.treeprocessor declared as ProcessingPipeline
protected  ProcessingPipeline InvokeContext.processingPipeline
          The ProcessingPipeline used
 

Methods in org.apache.cocoon.components.treeprocessor that return ProcessingPipeline
 ProcessingPipeline InvokeContext.getProcessingPipeline()
          Get the current ProcessingPipeline
 



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