Package org.apache.cocoon.pipeline

Interface Summary
Pipeline A pipeline expects one or more PipelineComponents that passed by using Pipeline.addComponent(PipelineComponent).
 

Class Summary
AbstractPipeline Basic pipeline implementation that collects the PipelineComponents and connects them with each other.
AsyncCachePipeline This Pipeline basically works like the CachingPipeline.
CachingPipeline A Pipeline implementation that returns a cached result if, and only if all its components support caching.
NonCachingPipeline This Pipeline doesn't support caching at all.
 

Exception Summary
ProcessingException Exception that indicates that there was a problem while processing a pipeline.
 



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