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:
- Component, 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 433543 2006-08-22 06:22:54Z crossley $
- 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-2006 The Apache Software Foundation. All Rights Reserved.