|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Interface Summary | |
---|---|
Pipeline |
A pipeline expects one or more PipelineComponent s that passed by using
Pipeline.addComponent(PipelineComponent) . |
Class Summary | |
---|---|
AbstractPipeline | Basic pipeline implementation that collects the PipelineComponent s and connects them with each other. |
AsyncCachePipeline |
This Pipeline basically works like the CachingPipeline . |
CachingPipeline |
A Pipeline implementation that returns a cached result if, and only if all its components support caching. |
NonCachingPipeline | This Pipeline doesn't support caching at all. |
Exception Summary | |
---|---|
ProcessingException | Exception that indicates that there was a problem while processing a pipeline. |
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |