org.mycore.frontend.indexbrowser
Class MCRGoogleSitemapCommands
java.lang.Object
org.mycore.frontend.cli.MCRAbstractCommands
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)
|
Method Summary |
static void |
buildSitemap()
The build and store method. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MCRGoogleSitemapCommands
public MCRGoogleSitemapCommands()
- The empty constructor.
buildSitemap
public static final void buildSitemap()
throws Exception
- The build and store method.
- Throws:
Exception