org.apache.cocoon.reading
Class JSPReader

java.lang.Object
  extended byorg.apache.avalon.framework.logger.AbstractLogEnabled
      extended byorg.apache.cocoon.reading.AbstractReader
          extended byorg.apache.cocoon.reading.ServiceableReader
              extended byorg.apache.cocoon.reading.JSPReader
All Implemented Interfaces:
Configurable, LogEnabled, Poolable, Reader, Recyclable, Serviceable, 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.java 30941 2004-07-29 19:56:58Z vgritsenko $
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-2005 The Apache Software Foundation. All Rights Reserved.