| Home >> All >> org >> apache >> cocoon >> [ reading Javadoc ] |
org.apache.cocoon.reading: Javadoc index of package org.apache.cocoon.reading.
Package Samples:
org.apache.cocoon.reading
Classes:
ImageReader: The ImageReader component is used to serve binary image data in a sitemap pipeline. It makes use of HTTP Headers to determine if the requested resource should be written to the OutputStream or if it can signal that it hasn't changed. Parameters: <width> This parameter is optional. When specified it determines the width of the image that should be served. <height> This parameter is optional. When specified it determines the height of the image that should be served.
ResourceReader: The ResourceReader component is used to serve binary data in a sitemap pipeline. It makes use of HTTP Headers to determine if the requested resource should be written to the OutputStream or if it can signal that it hasn't changed. Parameters: <expires> This parameter is optional. When specified it determines how long in miliseconds the resources can be cached by any proxy or browser between Cocoon2 and the requesting visitor.
DirectoryZipArchiver: The DirectoryZipArchiver component creates a compressed zip archive of the files contained in the directory passed with 'src'. NOTE (SM): no content-length information is passed to the user since we can't estimate it before actually performing the compression.
DatabaseReader: This Reader pulls a resource from a database. It is configured with the Connection to use, parameters specify the table and column to pull the image from, and source specifies the source key information.
JSPReader: The JSPReader component is used to serve JSP page output data in a sitemap pipeline.
AbstractReader
Reader
| Home | Contact Us | Privacy Policy | Terms of Service |