| org.apache.cocoon.components.pipeline.AbstractProcessingPipeline org.apache.cocoon.components.pipeline.impl.NonCachingProcessingPipeline
All known Subclasses: org.apache.cocoon.components.profiler.ProfilingNonCachingProcessingPipeline,
NonCachingProcessingPipeline | public class NonCachingProcessingPipeline extends AbstractProcessingPipeline (Code) | | Thi is the implementation of the non caching processing pipeline
author: Carsten Ziegeler version: CVS $Id: NonCachingProcessingPipeline.java 433543 2006-08-22 06:22:54Z crossley $ |
Methods inherited from org.apache.cocoon.components.pipeline.AbstractProcessingPipeline | public void addTransformer(String role, String source, Parameters param, Parameters hintParam) throws ProcessingException(Code)(Java Doc) protected boolean checkIfModified(Environment environment, long lastModified) throws ProcessingException(Code)(Java Doc) protected boolean checkPipeline()(Code)(Java Doc) public void compose(ComponentManager manager) throws ComponentException(Code)(Java Doc) protected void connect(Environment environment, XMLProducer producer, XMLConsumer consumer) throws ProcessingException(Code)(Java Doc) protected void connectPipeline(Environment environment) throws ProcessingException(Code)(Java Doc) public Generator getGenerator()(Code)(Java Doc) public String getKeyForEventPipeline()(Code)(Java Doc) protected Location getLocation(Parameters param)(Code)(Java Doc) public SourceValidity getValidityForEventPipeline()(Code)(Java Doc) protected void handleException(Exception e) throws ProcessingException(Code)(Java Doc) public void informBranchPoint()(Code)(Java Doc) protected boolean isInternalError()(Code)(Java Doc) public void parameterize(Parameters params) throws ParameterException(Code)(Java Doc) public void prepareInternal(Environment environment) throws ProcessingException(Code)(Java Doc) protected void prepareInternalErrorHandler(Environment environment, ProcessingException ex) throws ProcessingException(Code)(Java Doc) protected void preparePipeline(Environment environment) throws ProcessingException(Code)(Java Doc) public boolean process(Environment environment) throws ProcessingException(Code)(Java Doc) public boolean process(Environment environment, XMLConsumer consumer) throws ProcessingException(Code)(Java Doc) protected boolean processErrorHandler(Environment environment, ProcessingException e, XMLConsumer consumer) throws ProcessingException(Code)(Java Doc) protected boolean processReader(Environment environment) throws ProcessingException(Code)(Java Doc) protected boolean processXMLPipeline(Environment environment) throws ProcessingException(Code)(Java Doc) public void recompose(ComponentManager manager) throws ComponentException(Code)(Java Doc) public void recycle()(Code)(Java Doc) public void release()(Code)(Java Doc) public void setErrorHandler(SitemapErrorHandler errorHandler)(Code)(Java Doc) public void setGenerator(String role, String source, Parameters param, Parameters hintParam) throws ProcessingException(Code)(Java Doc) protected void setMimeTypeForReader(Environment environment) throws ProcessingException(Code)(Java Doc) protected void setMimeTypeForSerializer(Environment environment) throws ProcessingException(Code)(Java Doc) public void setReader(String role, String source, Parameters param, String mimeType) throws ProcessingException(Code)(Java Doc) public void setSerializer(String role, String source, Parameters param, Parameters hintParam, String mimeType) throws ProcessingException(Code)(Java Doc) public void setup(Parameters params)(Code)(Java Doc) protected void setupPipeline(Environment environment) throws ProcessingException(Code)(Java Doc) protected void setupReader(Environment environment) throws ProcessingException(Code)(Java Doc)
|
|
|