org.apache.cocoon.pipeline
Class NonCachingPipeline<T extends PipelineComponent>

java.lang.Object
  extended by org.apache.cocoon.pipeline.AbstractPipeline<T>
      extended by org.apache.cocoon.pipeline.NonCachingPipeline<T>
All Implemented Interfaces:
Pipeline<T>

public class NonCachingPipeline<T extends PipelineComponent>
extends AbstractPipeline<T>

This Pipeline doesn't support caching at all. Whenever it is used, it will produce a fresh result.


Constructor Summary
NonCachingPipeline()
           
 
Method Summary
 
Methods inherited from class org.apache.cocoon.pipeline.AbstractPipeline
addComponent, execute, getComponents, getContentType, getFinisher, getLastModified, invokeStarter, setConfiguration, setup, setup, setupComponents, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NonCachingPipeline

public NonCachingPipeline()


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