| java.lang.Object org.apache.cocoon.components.flow.util.PipelineUtil
PipelineUtil | public class PipelineUtil implements Contextualizable,Serviceable,Disposable(Code) | | Utility class to process a pipeline to various destinations.
This class must be setup from the flowscript before being used. This means that instances must
be created with cocoon.createObject(Packages.org.apache.cocoon.components.flow.util.PipelineUtil);
author: Sylvain Wallez version: CVS $Id: PipelineUtil.java 454131 2006-10-08 11:42:14Z joerg $ |
contextualize | public void contextualize(Context context) throws ContextException(Code) | | |
dispose | public void dispose()(Code) | | |
processToStream | public void processToStream(String uri, Object viewData, OutputStream output) throws IOException(Code) | | Process a pipeline to a stream.
Parameters: uri - the pipeline URI Parameters: viewData - the view data object Parameters: output - the stream where pipeline result is output. Note: this stream is not closed. throws: IOException - |
service | public void service(ServiceManager manager) throws ServiceException(Code) | | |
|
|