org.apache.cocoon.generation
Interface Generator
- All Superinterfaces:
- Component, SitemapModelComponent, XMLProducer
- All Known Implementing Classes:
- AbstractGenerator, AbstractServerPage, AsciiArtSVGGenerator, CalendarGenerator, ComposerGenerator, ConfigurationGenerator, ContentAggregator, CSVGenerator, DirectoryGenerator, EventAwareGenerator, EventCacheGenerator, ExceptionGenerator, FileGenerator, FragmentExtractorGenerator, GenericProxyGenerator, HSSFGenerator, HTMLGenerator, HttpProxyGenerator, ImageDirectoryGenerator, IMAPGenerator, JSGenerator, JSPGenerator, JXTemplateGenerator, JXTemplateGenerator, LinkStatusGenerator, MP3DirectoryGenerator, NekoHTMLGenerator, NotifyingGenerator, ProfilerGenerator, PythonGenerator, RequestGenerator, ScriptGenerator, SearchGenerator, ServerPagesGenerator, ServiceableGenerator, ServletGenerator, SessionAttributeGenerator, SlopGenerator, StatisticsGenerator, StatusGenerator, StreamGenerator, TraversableGenerator, TraversableSourceDescriptionGenerator, VelocityGenerator, WebServiceProxyGenerator, XMidiGenerator, XMLDBCollectionGenerator, XMLDBGenerator, XPathDirectoryGenerator, XPathTraversableGenerator, XSPGenerator
public interface Generator
- extends XMLProducer, SitemapModelComponent
A generator is the starting point of a pipeline. It "generates" XML
and starts streaming them into the pipeline.
- Version:
- CVS $Id: Generator.java 433543 2006-08-22 06:22:54Z crossley $
- Author:
- Pierpaolo Fumagalli
(Apache Software Foundation)
Method Summary |
void |
generate()
Generate the XML and stream it into the pipeline |
ROLE
static final String ROLE
generate
void generate()
throws IOException,
SAXException,
ProcessingException
- Generate the XML and stream it into the pipeline
- Throws:
IOException
SAXException
ProcessingException
Copyright ? 1999-2007 The Apache Software Foundation. All Rights Reserved.