| org.apache.cocoon.reading.ResourceReader org.apache.cocoon.reading.imageop.ImageOpReader
ImageOpReader | final public class ImageOpReader extends ResourceReader implements Configurable,Serviceable,Disposable(Code) | | The ImageOpReader 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.
|
configure | public void configure(Configuration configuration) throws ConfigurationException(Code) | | Read reader configuration
|
dispose | public void dispose()(Code) | | See Also: org.apache.avalon.framework.activity.Disposable.dispose |
getKey | public Serializable getKey()(Code) | | Generate the unique key.
This key must be unique inside the space of this component.
The generated key consists of the src and width and height, and the color transformparameters |
service | public void service(ServiceManager man) throws ServiceException(Code) | | See Also: org.apache.avalon.framework.service.Serviceable.service(org.apache.avalon.framework.service.ServiceManager) |
|
|