Class MCRGoogleSitemapServlet

java.lang.Object
jakarta.servlet.GenericServlet
jakarta.servlet.http.HttpServlet
org.mycore.frontend.servlets.MCRServlet
org.mycore.frontend.indexbrowser.MCRGoogleSitemapServlet
All Implemented Interfaces:
jakarta.servlet.Servlet, jakarta.servlet.ServletConfig, Serializable

public final class MCRGoogleSitemapServlet extends MCRServlet
This class builds a google sitemap containing links to all documents. The web.xml file should contain a mapping to /sitemap.xml See http://www.google.com/webmasters/sitemaps/docs/en/protocol.html
Version:
$Revision$ $Date$
Author:
Frank Lützenkirchen, Jens Kupferschmidt, Thomas Scheffler (yagee)
See Also:
  • Constructor Details

    • MCRGoogleSitemapServlet

      public MCRGoogleSitemapServlet()
  • Method Details

    • doGetPost

      public void doGetPost(MCRServletJob job) throws Exception
      This method implement the doGetPost method of MCRServlet. It build a XML file for the Google search engine.
      Overrides:
      doGetPost in class MCRServlet
      Parameters:
      job - a MCRServletJob instance
      Throws:
      Exception