com.dotmarketing.servlets
Class InitServlet

java.lang.Object
  extended by HttpServlet
      extended by com.dotmarketing.servlets.InitServlet

public class InitServlet
extends HttpServlet


Field Summary
static java.util.Date startupDate
           
 
Constructor Summary
InitServlet()
           
 
Method Summary
protected  void deleteFiles(java.io.File directory)
           
 void destroy()
           
static java.util.Date getStartupDate()
           
 void init(ServletConfig config)
          Description of the Method
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

startupDate

public static java.util.Date startupDate
Constructor Detail

InitServlet

public InitServlet()
Method Detail

destroy

public void destroy()

init

public void init(ServletConfig config)
          throws ServletException
Description of the Method

Throws:
ServletException

deleteFiles

protected void deleteFiles(java.io.File directory)

getStartupDate

public static java.util.Date getStartupDate()


Copyright © 2006 Dotmarketing, Inc. All Rights Reserved.