|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.cocoon.pipeline.component.AbstractPipelineComponent
public abstract class AbstractPipelineComponent
A basic implementation of a PipelineComponent that provides empty
implementations of all its methods.
| Constructor Summary | |
|---|---|
AbstractPipelineComponent()
|
|
| Method Summary | |
|---|---|
void |
finish()
This method is called after pipeline run - regardless if the run was successful or an exception was thrown. |
void |
setConfiguration(Map<String,? extends Object> configuration)
Pass component specific configuration parameters to the pipeline component in a generic way. |
void |
setup(Map<String,Object> parameters)
The shared object map for this pipeline run. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractPipelineComponent()
| Method Detail |
|---|
public void finish()
PipelineComponent
finish in interface PipelineComponentpublic void setConfiguration(Map<String,? extends Object> configuration)
PipelineComponent
setConfiguration in interface PipelineComponentconfiguration - The Map of configuration parameters.public void setup(Map<String,Object> parameters)
PipelineComponent
setup in interface PipelineComponentparameters - A Map of parameters that are available to all
PipelineComponents. This is a modifiable map that can
be changed by this pipeline component.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||