|
|||||||||
| Home >> All >> com >> RuntimeCollective >> sitemap >> [ servlet overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.RuntimeCollective.sitemap.servlet
Class SitemapInitialiserServlet

java.lang.Objectjavax.servlet.GenericServlet
javax.servlet.http.HttpServlet
com.RuntimeCollective.sitemap.servlet.SitemapInitialiserServlet
- All Implemented Interfaces:
- java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
- public class SitemapInitialiserServlet
- extends javax.servlet.http.HttpServlet
Initialises all things Sitemap. For now : - schedule the deleting of old archived publishables, according to the web.xml parameter 'daysBeforeDeleteArchivedPublishables'
- Version:
- $Id: SitemapInitialiserServlet.java,v 1.4 2003/09/30 15:13:01 joe Exp $
| Field Summary |
| Fields inherited from class javax.servlet.http.HttpServlet |
|
| Fields inherited from class javax.servlet.GenericServlet |
|
| Constructor Summary | |
SitemapInitialiserServlet()
|
|
| Method Summary | |
void |
init()
Initialize the environment. |
private void |
initScheduledDeleteArchivedPublishables(javax.servlet.ServletConfig sc)
Set up a midnightly timer that will delete old archived Publishables. |
| Methods inherited from class javax.servlet.http.HttpServlet |
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service |
| Methods inherited from class javax.servlet.GenericServlet |
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
SitemapInitialiserServlet
public SitemapInitialiserServlet()
| Method Detail |
init
public void init()
throws javax.servlet.ServletException
- Initialize the environment.
initScheduledDeleteArchivedPublishables
private void initScheduledDeleteArchivedPublishables(javax.servlet.ServletConfig sc)
- Set up a midnightly timer that will delete old archived Publishables.
|
|||||||||
| Home >> All >> com >> RuntimeCollective >> sitemap >> [ servlet overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC