org.apache.cocoon.pipeline
Class NonCachingPipeline

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

public class NonCachingPipeline
extends AbstractPipeline

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, 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 The Apache Software Foundation. All Rights Reserved.