org.apache.cocoon.generation
Interface Generator

All Superinterfaces:
org.apache.avalon.framework.component.Component, SitemapModelComponent, XMLProducer
All Known Implementing Classes:
AbstractGenerator, ContentAggregator

public interface Generator
extends XMLProducer, SitemapModelComponent

Version:
CVS $Id: Generator.java,v 1.4 2002/02/22 07:03:51 cziegeler Exp $
Author:
Pierpaolo Fumagalli (Apache Software Foundation, Exoffice Technologies)

Field Summary
static java.lang.String ROLE
           
 
Method Summary
 void generate()
           
 
Methods inherited from interface org.apache.cocoon.xml.XMLProducer
setConsumer
 
Methods inherited from interface org.apache.cocoon.sitemap.SitemapModelComponent
setup
 

Field Detail

ROLE

public static final java.lang.String ROLE
Method Detail

generate

public void generate()
              throws java.io.IOException,
                     org.xml.sax.SAXException,
                     ProcessingException


Copyright � 1999-2002 Apache Software Foundation. All Rights Reserved.