org.apache.cocoon.components.pipeline
Class NonCachingStreamPipeline

java.lang.Object
  |
  +--org.apache.avalon.framework.logger.AbstractLoggable
        |
        +--org.apache.cocoon.components.pipeline.AbstractStreamPipeline
              |
              +--org.apache.cocoon.components.pipeline.NonCachingStreamPipeline
All Implemented Interfaces:
org.apache.avalon.framework.component.Component, org.apache.avalon.framework.component.Composable, org.apache.avalon.framework.activity.Disposable, org.apache.avalon.framework.logger.Loggable, org.apache.avalon.excalibur.pool.Poolable, org.apache.avalon.framework.component.Recomposable, org.apache.avalon.excalibur.pool.Recyclable, StreamPipeline

public class NonCachingStreamPipeline
extends AbstractStreamPipeline

A ResourcePipeline either

Version:
CVS $Id: NonCachingStreamPipeline.java,v 1.5 2002/02/24 23:33:12 dims Exp $
Author:
Giacomo Pati

Fields inherited from class org.apache.cocoon.components.pipeline.AbstractStreamPipeline
eventPipeline, manager, newManager, reader, readerMimeType, readerParam, readerSelector, readerSource, serializer, serializerMimeType, serializerParam, serializerSelector, serializerSource, sitemapReaderMimeType, sitemapSerializerMimeType
 
Fields inherited from interface org.apache.cocoon.components.pipeline.StreamPipeline
ROLE
 
Constructor Summary
NonCachingStreamPipeline()
           
 
Method Summary
 void recycle()
          Recycle this component
protected  void setupPipeline(Environment environment)
          Setup pipeline components.
 
Methods inherited from class org.apache.cocoon.components.pipeline.AbstractStreamPipeline
checkPipeline, compose, connectPipeline, dispose, getEventPipeline, process, processReader, recompose, setEventPipeline, setReader, setReader, setSerializer, setSerializer
 
Methods inherited from class org.apache.avalon.framework.logger.AbstractLoggable
getLogger, setLogger, setupLogger, setupLogger, setupLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NonCachingStreamPipeline

public NonCachingStreamPipeline()
Method Detail

setupPipeline

protected void setupPipeline(Environment environment)
                      throws ProcessingException
Setup pipeline components.
Overrides:
setupPipeline in class AbstractStreamPipeline

recycle

public void recycle()
Recycle this component
Overrides:
recycle in class AbstractStreamPipeline


Copyright © 1999-2002 Apache Software Foundation. All Rights Reserved.