org.apache.cocoon.servlet
Class XMLSitemapServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by org.apache.cocoon.servlet.XMLSitemapServlet
All Implemented Interfaces:
Serializable, Servlet, ServletConfig

public class XMLSitemapServlet
extends HttpServlet

The Cocoon 3 servlet. It works with and without the Servlet-Service framework.

See Also:
Serialized Form

Constructor Summary
XMLSitemapServlet()
           
 
Method Summary
protected  void service(HttpServletRequest req, HttpServletResponse resp)
           
 
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, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLSitemapServlet

public XMLSitemapServlet()
Method Detail

service

protected void service(HttpServletRequest req,
                       HttpServletResponse resp)
                throws ServletException,
                       IOException
Overrides:
service in class HttpServlet
Throws:
ServletException
IOException


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