Uses of Class
org.apache.cocoon.components.pipeline.AbstractProcessingPipeline

Packages that use AbstractProcessingPipeline
org.apache.cocoon.components.pipeline.impl   
org.apache.cocoon.components.profiler   
 

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

Subclasses of AbstractProcessingPipeline in org.apache.cocoon.components.pipeline.impl
 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 AbstractProcessingPipeline in org.apache.cocoon.components.profiler
 

Subclasses of AbstractProcessingPipeline in org.apache.cocoon.components.profiler
 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.
 



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