org.apache.cocoon.generation
Class JSPGenerator
java.lang.Object
org.apache.avalon.framework.logger.AbstractLogEnabled
org.apache.cocoon.xml.AbstractXMLProducer
org.apache.cocoon.generation.AbstractGenerator
org.apache.cocoon.generation.ServiceableGenerator
org.apache.cocoon.generation.JSPGenerator
- All Implemented Interfaces:
- Disposable, Generator, LogEnabled, Poolable, Recyclable, Serviceable, SitemapModelComponent, XMLProducer
- public class JSPGenerator
- extends ServiceableGenerator
Allows Servlets and JSPs to be used as a generator.
- Version:
- CVS $Id: JSPGenerator.java 30941 2004-07-29 19:56:58Z vgritsenko $
- Author:
- Davanum Srinivas
Fields inherited from interface org.apache.cocoon.generation.Generator |
ROLE |
Method Summary |
void |
generate()
Generate XML data from JSPEngine output. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JSPGenerator
public JSPGenerator()
generate
public void generate()
throws ProcessingException
- Generate XML data from JSPEngine output.
- Throws:
ProcessingException
Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.