Package org.apache.cocoon.components.pipeline

Interface Summary
CacheableEventPipeline This marker interface declares an EventPipeline as cacheable.
EventPipeline  
StreamPipeline A StreamPipeline either collects a Reader and let it produce a character stream or connects a EventPipeline with a Serializer and let them produce the character stream
 

Class Summary
AbstractEventPipeline  
AbstractStreamPipeline A ResourcePipeline either collects a Reader and let it process or connects a EventPipeline with a Serializer and let them produce the requested resource
CachingEventPipeline The CachingEventPipeline If all components of this event pipeline are cacheable then the whole pipeline is also cacheable.
CachingStreamPipeline A StreamPipeline either collects a Reader and let it process or connects a EventPipeline with a Serializer and let them produce the requested resource This stream pipeline is able to cache the response, if a) the serializer is cacheable b) the EventPipeline is cacheable
NonCachingEventPipeline  
NonCachingStreamPipeline A ResourcePipeline either collects a Reader and let it process or connects a EventPipeline with a Serializer and let them produce the requested resource
 



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