|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.cocoon.util.AbstractLogEnabled
org.apache.cocoon.components.pipeline.AbstractProcessingPipeline
org.apache.cocoon.components.pipeline.impl.BaseCachingProcessingPipeline
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.
| Field Summary | |
protected org.apache.cocoon.caching.Cache |
cache
This is the Cache holding cached responses |
protected XMLByteStreamInterpreter |
xmlDeserializer
The deserializer |
protected XMLByteStreamCompiler |
xmlSerializer
The serializer |
| Fields inherited from class org.apache.cocoon.components.pipeline.AbstractProcessingPipeline |
configuration, configuredExpires, configuredOutputBufferSize, expires, generator, generatorParam, generatorSource, lastConsumer, manager, newManager, outputBufferSize, parameters, reader, readerMimeType, readerParam, readerSource, serializer, serializerMimeType, serializerParam, serializerSource, sourceResolver, transformerParams, transformers, transformerSources |
| Fields inherited from interface org.apache.cocoon.components.pipeline.ProcessingPipeline |
ROLE |
| Constructor Summary | |
BaseCachingProcessingPipeline()
|
|
| Method Summary | |
void |
dispose()
Disposable Interface |
void |
parameterize(Parameters params)
Parameterizable Interface - Configuration |
void |
recycle()
Recyclable Interface |
| Methods inherited from class org.apache.cocoon.components.pipeline.AbstractProcessingPipeline |
addTransformer, checkIfModified, checkPipeline, connect, connectPipeline, getGenerator, getKeyForEventPipeline, getLocation, getValidityForEventPipeline, handleException, informBranchPoint, isInternalError, prepareInternal, prepareInternalErrorHandler, preparePipeline, process, process, processErrorHandler, processReader, processXMLPipeline, service, setErrorHandler, setGenerator, setMimeTypeForReader, setMimeTypeForSerializer, setProcessorManager, setReader, setSerializer, setup, setupPipeline, setupReader |
| Methods inherited from class org.apache.cocoon.util.AbstractLogEnabled |
getLogger, setLogger |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected org.apache.cocoon.caching.Cache cache
protected XMLByteStreamInterpreter xmlDeserializer
protected XMLByteStreamCompiler xmlSerializer
| Constructor Detail |
public BaseCachingProcessingPipeline()
| Method Detail |
public void parameterize(Parameters params)
throws ParameterException
parameterize in interface Parameterizableparameterize in class AbstractProcessingPipelineParameterExceptionpublic void recycle()
recycle in interface Recyclablerecycle in class AbstractProcessingPipelineRecyclable.recycle()public void dispose()
dispose in interface Disposable
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||