org.apache.cocoon.components.pipeline |
|
Java Source File Name | Type | Comment |
AbstractProcessingPipeline.java | Class | This is the base for all implementations of a ProcessingPipeline . |
OutputComponentSelector.java | Interface | A ComponentSelector for output components used by a
ProcessingPipeline . |
ProcessingPipeline.java | Interface | A ProcessingPipeline produces the response for a given request.
It is assembled according to the commands in the sitemap and can either
- Collect a
Reader and let it produce a byte stream,
- Or connect a
Generator with zero or more
Transformer s and a Serializer , and let them
produce the byte stream. |