org.apache.cocoon.reading
Class JSPReader
java.lang.Object
org.apache.avalon.framework.logger.AbstractLogEnabled
org.apache.cocoon.reading.AbstractReader
org.apache.cocoon.reading.ServiceableReader
org.apache.cocoon.reading.JSPReader
- All Implemented Interfaces:
- Poolable, Recyclable, Component, Configurable, LogEnabled, Serviceable, Reader, SitemapModelComponent, SitemapOutputComponent
public class JSPReader
- extends ServiceableReader
- implements Configurable
The JSPReader
component is used to serve Servlet and JSP page
output data in a sitemap pipeline.
- Version:
- CVS $Id: JSPReader.html 1304258 2012-03-23 10:09:27Z ilgrosso $
- Author:
- Konstantin Piroumian
Fields inherited from interface org.apache.cocoon.reading.Reader |
ROLE |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JSPReader
public JSPReader()
configure
public void configure(Configuration conf)
throws ConfigurationException
- Specified by:
configure
in interface Configurable
- Throws:
ConfigurationException
generate
public void generate()
throws IOException,
ProcessingException
- Generates the output from JSPEngine.
- Specified by:
generate
in interface Reader
- Throws:
IOException
ProcessingException
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.