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  
org.apache.cocoon.environment.background   
 

Uses of ProcessingPipeline in org.apache.cocoon
 

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

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.
 

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 the 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 TreeProcessor.buildPipeline(Environment environment)
          Process the given Environment to assemble a ProcessingPipeline.
 ProcessingPipeline InvokeContext.getProcessingPipeline()
          Get the current ProcessingPipeline
 

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

Uses of ProcessingPipeline in org.apache.cocoon.environment.background
 

Methods in org.apache.cocoon.environment.background that return ProcessingPipeline
 ProcessingPipeline BackgroundEnvironment.NullProcessor.buildPipeline(Environment environment)
           
 



Copyright ⌐ 1999-2004 The Apache Software Foundation. All Rights Reserved.