| org.apache.cocoon.components.pipeline.AbstractProcessingPipeline org.apache.cocoon.components.pipeline.impl.BaseCachingProcessingPipeline
All known Subclasses: org.apache.cocoon.components.pipeline.impl.AbstractCachingProcessingPipeline, org.apache.cocoon.components.pipeline.impl.ExpiresCachingProcessingPipeline,
BaseCachingProcessingPipeline | abstract public class BaseCachingProcessingPipeline extends AbstractProcessingPipeline implements Disposable(Code) | | This is the base class for all caching pipeline implementations.
The pipeline can be configured with the
Cache to use
by specifying the cache-role parameter.
since: 2.1 author: Carsten Ziegeler version: $Id: BaseCachingProcessingPipeline.java 433543 2006-08-22 06:22:54Z crossley $ |
cache | protected Cache cache(Code) | | This is the Cache holding cached responses
|
dispose | public void dispose()(Code) | | Disposable Interface
|
parameterize | public void parameterize(Parameters params) throws ParameterException(Code) | | Parameterizable Interface - Configuration
|
recycle | public void recycle()(Code) | | Recyclable Interface
|
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)
|
|
|