|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.cocoon.pipeline.component.AbstractPipelineComponent org.apache.cocoon.sax.AbstractSAXPipelineComponent org.apache.cocoon.sax.AbstractSAXProducer org.apache.cocoon.sitemap.component.ExceptionGenerator
public class ExceptionGenerator
Field Summary | |
---|---|
static String |
EXCEPTION_NS
|
Constructor Summary | |
---|---|
ExceptionGenerator()
|
Method Summary | |
---|---|
void |
execute()
|
void |
setup(Map<String,Object> parameters)
The shared object map for this pipeline run. |
Methods inherited from class org.apache.cocoon.sax.AbstractSAXProducer |
---|
getSAXConsumer, setConsumer, setSAXConsumer, toString |
Methods inherited from class org.apache.cocoon.pipeline.component.AbstractPipelineComponent |
---|
finish, setConfiguration |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.apache.cocoon.pipeline.component.PipelineComponent |
---|
finish, setConfiguration |
Field Detail |
---|
public static final String EXCEPTION_NS
Constructor Detail |
---|
public ExceptionGenerator()
Method Detail |
---|
public void execute()
execute
in interface Starter
public void setup(Map<String,Object> parameters)
PipelineComponent
setup
in interface PipelineComponent
setup
in class AbstractPipelineComponent
parameters
- A Map
of parameters that are available to all
PipelineComponent
s. 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 |