org.apache.cocoon.servlet
Class SitemapServlet

java.lang.Object
  extended byjavax.servlet.GenericServlet
      extended byjavax.servlet.http.HttpServlet
          extended byorg.apache.cocoon.servlet.SitemapServlet
All Implemented Interfaces:
Serializable, Servlet, ServletConfig

public class SitemapServlet
extends HttpServlet

This is the entry point for Cocoon execution as an HTTP Servlet.

Version:
$Id: SitemapServlet.html 1304280 2012-03-23 11:18:01Z ilgrosso $
See Also:
Serialized Form

Field Summary
protected  RequestProcessor processor
          The Cocoon request processor.
 
Constructor Summary
SitemapServlet()
           
 
Method Summary
 void init()
           
 void service(HttpServletRequest req, HttpServletResponse res)
           
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

processor

protected RequestProcessor processor
The Cocoon request processor.

Constructor Detail

SitemapServlet

public SitemapServlet()
Method Detail

service

public void service(HttpServletRequest req,
                    HttpServletResponse res)
             throws ServletException,
                    IOException
Throws:
ServletException
IOException

init

public void init()
          throws ServletException
Throws:
ServletException
See Also:
GenericServlet.init()


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