This project has retired. For details please refer to its
        
        Attic page.
      
org.apache.cocoon.servlet
Class XMLSitemapServlet
java.lang.Object
   javax.servlet.GenericServlet
javax.servlet.GenericServlet
       javax.servlet.http.HttpServlet
javax.servlet.http.HttpServlet
           org.apache.cocoon.servlet.XMLSitemapServlet
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
 
 
| 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 | 
 
LOG
protected static final org.slf4j.Logger LOG
- Logger.
 
 
requestProcessor
protected transient RequestProcessor requestProcessor
XMLSitemapServlet
public XMLSitemapServlet()
service
protected void service(javax.servlet.http.HttpServletRequest req,
                       javax.servlet.http.HttpServletResponse resp)
                throws javax.servlet.ServletException,
                       IOException
- 
- Overrides:
- servicein 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.