org.mycore.frontend.indexbrowser
Class MCRGoogleSitemapCommands

java.lang.Object
  extended by org.mycore.frontend.cli.MCRAbstractCommands
      extended by org.mycore.frontend.indexbrowser.MCRGoogleSitemapCommands
All Implemented Interfaces:
MCRExternalCommandInterface

public final class MCRGoogleSitemapCommands
extends MCRAbstractCommands

This class builds a google sitemap containing links to all documents and store them to the webapps directory. This can be configured with property variable MCR.GoogleSitemap.Directory. The web.xml file should contain a mapping to /sitemap.xml See http://www.google.com/webmasters/sitemaps/docs/en/protocol.html

Version:
$Revision: 13085 $ $Date: 2008-02-06 18:27:24 +0100 (Mi, 06 Feb 2008) $
Author:
Frank Luetzenkirchen, Jens Kupferschmidt, Thomas Scheffler (yagee)

Field Summary
 
Fields inherited from class org.mycore.frontend.cli.MCRAbstractCommands
command, CONFIG
 
Constructor Summary
MCRGoogleSitemapCommands()
          The empty constructor.
 
Method Summary
static void buildSitemap()
          The build and store method.
 
Methods inherited from class org.mycore.frontend.cli.MCRAbstractCommands
getPossibleCommands
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MCRGoogleSitemapCommands

public MCRGoogleSitemapCommands()
The empty constructor.

Method Detail

buildSitemap

public static final void buildSitemap()
                               throws Exception
The build and store method.

Throws:
Exception