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.components.treeprocessor.sitemap Implemention of the Sitemap language  
org.apache.cocoon.sitemap   
 

Uses of ProcessingPipeline in org.apache.cocoon
 

Methods in org.apache.cocoon that return ProcessingPipeline
 ProcessingPipeline ProcessorWrapper.buildPipeline(Environment environment)
          Deprecated. Process the given Environment to assemble a ProcessingPipeline.
 ProcessingPipeline Cocoon.buildPipeline(Environment environment)
          Process the given Environment to assemble a ProcessingPipeline.
 ProcessingPipeline Processor.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 different pipeline components.
 class BaseCachingProcessingPipeline
          This is the base class for all caching pipeline implementations.
 class CachingPointProcessingPipeline
          The caching-point pipeline implements an extended caching algorithm which is of particular benefit for use with those pipelines that utilise cocoon-views and/or provide drill-down functionality.
 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 ConcreteTreeProcessor.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.components.treeprocessor.sitemap
 

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

Uses of ProcessingPipeline in org.apache.cocoon.sitemap
 

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



Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.