org.apache.cocoon.sitemap
Class SitemapServlet.RequestProcessor

java.lang.Object
  extended byorg.apache.cocoon.util.AbstractLogEnabled
      extended byorg.apache.cocoon.servlet.RequestProcessor
          extended byorg.apache.cocoon.sitemap.SitemapServlet.RequestProcessor
Enclosing class:
SitemapServlet

protected class SitemapServlet.RequestProcessor
extends RequestProcessor


Field Summary
 
Fields inherited from class org.apache.cocoon.servlet.RequestProcessor
cocoonBeanFactory, containerEncoding, environmentContext, PROCESSED_BY, processor, requestListener, servletContext, servletSettings, settings
 
Constructor Summary
SitemapServlet.RequestProcessor(ServletContext servletContext)
           
 
Method Summary
protected  void destroy()
           
protected  org.apache.cocoon.Processor getProcessor()
           
protected  String getURI(HttpServletRequest request, HttpServletResponse response)
           
protected  boolean rethrowExceptions()
           
 
Methods inherited from class org.apache.cocoon.servlet.RequestProcessor
getEnvironment, process, service
 
Methods inherited from class org.apache.cocoon.util.AbstractLogEnabled
getLogger, setLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SitemapServlet.RequestProcessor

public SitemapServlet.RequestProcessor(ServletContext servletContext)
Method Detail

rethrowExceptions

protected boolean rethrowExceptions()
Overrides:
rethrowExceptions in class RequestProcessor

getProcessor

protected org.apache.cocoon.Processor getProcessor()
Overrides:
getProcessor in class RequestProcessor

destroy

protected void destroy()

getURI

protected String getURI(HttpServletRequest request,
                        HttpServletResponse response)
                 throws IOException
Overrides:
getURI in class RequestProcessor
Throws:
IOException
See Also:
RequestProcessor.getURI(HttpServletRequest, HttpServletResponse)


Copyright © 1999-2008 The Apache Software Foundation. All Rights Reserved.