org.apache.cocoon.reading
Class JSPReader

java.lang.Object
  extended by org.apache.avalon.framework.logger.AbstractLogEnabled
      extended by org.apache.cocoon.reading.AbstractReader
          extended by org.apache.cocoon.reading.ServiceableReader
              extended by 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

Field Summary
 
Fields inherited from class org.apache.cocoon.reading.ServiceableReader
manager
 
Fields inherited from class org.apache.cocoon.reading.AbstractReader
objectModel, out, parameters, resolver, source
 
Fields inherited from interface org.apache.cocoon.reading.Reader
ROLE
 
Constructor Summary
JSPReader()
           
 
Method Summary
 void configure(Configuration conf)
           
 void generate()
          Generates the output from JSPEngine.
 
Methods inherited from class org.apache.cocoon.reading.ServiceableReader
service
 
Methods inherited from class org.apache.cocoon.reading.AbstractReader
getLastModified, getMimeType, recycle, setOutputStream, setup, shouldSetContentLength
 
Methods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JSPReader

public JSPReader()
Method Detail

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.