com.dotmarketing.servlets
Class InitServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
com.dotmarketing.servlets.InitServlet
- All Implemented Interfaces:
- java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
public class InitServlet
- extends javax.servlet.http.HttpServlet
- See Also:
- Serialized Form
| 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 |
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 |
startupDate
public static java.util.Date startupDate
InitServlet
public InitServlet()
setPermissionAPI
public void setPermissionAPI(PermissionAPI permissionAPI)
- Parameters:
permissionAPI - the permissionAPI to set
destroy
public void destroy()
- Specified by:
destroy in interface javax.servlet.Servlet- Overrides:
destroy in class javax.servlet.GenericServlet
init
public void init(javax.servlet.ServletConfig config)
throws javax.servlet.ServletException
- Description of the Method
- Specified by:
init in interface javax.servlet.Servlet- Overrides:
init in class javax.servlet.GenericServlet
- Throws:
DotDataException
javax.servlet.ServletException
deleteFiles
protected void deleteFiles(java.io.File directory)
getStartupDate
public static java.util.Date getStartupDate()
Copyright © 2013 dotCMS Inc. All Rights Reserved.