public final class SetupServlet
extends javax.servlet.http.HttpServlet
Constructor and Description |
---|
SetupServlet() |
Modifier and Type | Method and Description |
---|---|
void |
destroy()
Performs shutdown operations.
|
static java.lang.String |
getDateStamp()
Return a string for the current time and date, sutiable for display in log
files and output to standout:
|
void |
init(javax.servlet.ServletConfig config)
Make sure the repository exists and there is a master collection record
before the repository manager is initilized in the DDSServlet.
|
static void |
setDebug(boolean d)
Sets the debug attribute of the SetupServlet class
|
static void |
setLogging()
Sets the logging attribute of the SetupServlet class
|
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service
public void init(javax.servlet.ServletConfig config) throws javax.servlet.ServletException
init
in interface javax.servlet.Servlet
init
in class javax.servlet.GenericServlet
config
- Description of the Parameterjavax.servlet.ServletException
- Description of the Exceptionpublic static void setLogging()
public void destroy()
destroy
in interface javax.servlet.Servlet
destroy
in class javax.servlet.GenericServlet
public static java.lang.String getDateStamp()
public static void setDebug(boolean d)
d
- The new debug value