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, javax.servlet.Servlet, javax.servlet.ServletConfig

public class XMLSitemapServlet
extends javax.servlet.http.HttpServlet

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

See Also:
Serialized Form

Field Summary
protected static org.slf4j.Logger LOG
          Logger.
protected  RequestProcessor requestProcessor
           
 
Constructor Summary
XMLSitemapServlet()
           
 
Method Summary
protected  void lazyInitialize()
           
protected  void service(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)
           
protected  javax.servlet.ServletException wrapException(Exception exception, String msg)
           
 
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
 

Field Detail

LOG

protected static final org.slf4j.Logger LOG
Logger.


requestProcessor

protected transient RequestProcessor requestProcessor
Constructor Detail

XMLSitemapServlet

public XMLSitemapServlet()
Method Detail

service

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

lazyInitialize

protected void lazyInitialize()
                       throws javax.servlet.ServletException
Throws:
javax.servlet.ServletException

wrapException

protected javax.servlet.ServletException wrapException(Exception exception,
                                                       String msg)


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