| org.apache.cocoon.xml.AbstractXMLProducer org.apache.cocoon.generation.AbstractGenerator
All known Subclasses: org.apache.cocoon.forms.generation.FormsGenerator, org.apache.cocoon.woody.generation.WoodyGenerator, org.apache.cocoon.sitemap.NotifyingGenerator, org.apache.cocoon.generation.SessionAttributeGenerator, org.apache.cocoon.generation.ServiceableGenerator, org.apache.cocoon.generation.XMidiGenerator, org.apache.cocoon.samples.errorhandling.ExceptionGenerator, org.apache.cocoon.generation.ExceptionGenerator, org.apache.cocoon.generation.HSSFGenerator, org.apache.cocoon.generation.ComposerGenerator, org.apache.cocoon.generation.IMAPGenerator, org.apache.cocoon.generation.ParseExceptionGenerator, org.apache.cocoon.generation.asciiart.AsciiArtSVGGenerator,
AbstractGenerator | abstract public class AbstractGenerator extends AbstractXMLProducer implements Generator(Code) | | An abstract class that can be used to implement an own generator.
If you need other components, use the
ServiceableGenerator instead.
author: Pierpaolo Fumagalli author: (Apache Software Foundation) version: CVS $Id: AbstractGenerator.java 433543 2006-08-22 06:22:54Z crossley $ |
Method Summary | |
public void | recycle() | public void | setup(SourceResolver resolver, Map objectModel, String src, Parameters par) Set the SourceResolver , object model Map ,
the source and sitemap Parameters used to process the request. |
objectModel | protected Map objectModel(Code) | | The current Map objectModel.
|
parameters | protected Parameters parameters(Code) | | The current Parameters .
|
source | protected String source(Code) | | The source URI associated with the request or null.
|
recycle | public void recycle()(Code) | | Recycle the generator by removing references
|
|
|