org.apache.cocoon.optional.pipeline.components.sax.neko
Class NekoGenerator
java.lang.Object
org.apache.cocoon.pipeline.component.AbstractPipelineComponent
org.apache.cocoon.sax.AbstractSAXPipelineComponent
org.apache.cocoon.sax.AbstractSAXProducer
org.apache.cocoon.sax.AbstractSAXGenerator
org.apache.cocoon.optional.pipeline.components.sax.neko.NekoGenerator
- All Implemented Interfaces:
- PipelineComponent, Producer, Starter, SAXPipelineComponent, SAXProducer
public class NekoGenerator
- extends AbstractSAXGenerator
NekoGenerator
public NekoGenerator()
NekoGenerator
public NekoGenerator(URL htmlSource)
execute
public void execute()
setConfiguration
public void setConfiguration(Map<String,? extends Object> configuration)
- Description copied from interface:
PipelineComponent
- Pass component specific configuration parameters to the pipeline
component in a generic way. This is useful in environments that
automatically assemble pipelines with their components and can't use the
components constructors or setters.
- Specified by:
setConfiguration
in interface PipelineComponent
- Overrides:
setConfiguration
in class AbstractPipelineComponent
- Parameters:
configuration
- The Map
of configuration parameters.
setHtmlSource
public void setHtmlSource(URL htmlSource)
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.
toString
public String toString()
- Overrides:
toString
in class AbstractSAXProducer
Copyright © 2008-2011 The Apache Software Foundation. All Rights Reserved.