org.apache.cocoon.stringtemplate
Class StringTemplateGenerator
java.lang.Object
org.apache.cocoon.pipeline.component.AbstractPipelineComponent
org.apache.cocoon.sax.AbstractSAXPipelineComponent
org.apache.cocoon.sax.AbstractSAXProducer
org.apache.cocoon.stringtemplate.StringTemplateGenerator
- All Implemented Interfaces:
- CachingPipelineComponent, PipelineComponent, Producer, Starter, SAXPipelineComponent, SAXProducer
- Direct Known Subclasses:
- ControllerContextAwareStringTemplateGenerator
public class StringTemplateGenerator
- extends AbstractSAXProducer
- implements Starter, CachingPipelineComponent
parameters
protected Map<String,Object> parameters
StringTemplateGenerator
public StringTemplateGenerator()
StringTemplateGenerator
public StringTemplateGenerator(URL source)
constructCacheKey
public CacheKey constructCacheKey()
-
- Specified by:
constructCacheKey in interface CachingPipelineComponent
- See Also:
CachingPipelineComponent.constructCacheKey()
execute
public void execute()
-
- Specified by:
execute in interface Starter
- See Also:
Starter.execute()
setSource
public void setSource(URL source)
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
PipelineComponents. This is a modifiable map that can
be changed by this pipeline component.
addTemplateAttributes
protected void addTemplateAttributes(org.antlr.stringtemplate.StringTemplate stringTemplate)
- Add attributes to the StringTemplate. Be careful to keep the constructCacheKey() method
align.
- Parameters:
stringTemplate - The template where the attributes are added to.
Copyright © 2008-2011 The Apache Software Foundation. All Rights Reserved.