org.apache.cocoon.sitemap.component
Class ExceptionGenerator
java.lang.Object
org.apache.cocoon.pipeline.component.AbstractPipelineComponent
org.apache.cocoon.pipeline.component.sax.AbstractXMLProducer
org.apache.cocoon.sitemap.component.ExceptionGenerator
- All Implemented Interfaces:
- PipelineComponent, Producer, XMLProducer, Starter
public class ExceptionGenerator
- extends AbstractXMLProducer
- implements Starter
EXCEPTION_NS
public static final String EXCEPTION_NS
- See Also:
- Constant Field Values
ExceptionGenerator
public ExceptionGenerator()
execute
public void execute()
- Specified by:
execute
in interface Starter
setup
public void setup(Map<String,Object> parameters)
- Description copied from interface:
PipelineComponent
- The shared object map for this pipeline run.
- Specified by:
setup
in interface PipelineComponent
- Overrides:
setup
in class AbstractPipelineComponent
- Parameters:
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.
Copyright © 2008 The Apache Software Foundation. All Rights Reserved.