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:
- Poolable, Recyclable, Disposable, Component, LogEnabled, Serviceable, Generator, SitemapModelComponent, XMLProducer
public class JSPGenerator
- extends ServiceableGenerator
Allows Servlets and JSPs to be used as a generator.
- Version:
- CVS $Id: JSPGenerator.html 1304258 2012-03-23 10:09:27Z ilgrosso $
- 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-2010 The Apache Software Foundation. All Rights Reserved.