|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.servlet.GenericServlet javax.servlet.http.HttpServlet org.dlese.dpc.schemedit.SetupServlet
public final class SetupServlet
Servlet responsible for initializing the schemedit environment, such as the Framework and CollectionRegistries, that do not require access to the index or vocabManager.
Constructor Summary | |
---|---|
SetupServlet()
|
Method Summary | |
---|---|
void |
destroy()
Performs shutdown operations. |
static String |
getDateStamp()
Return a string for the current time and date, sutiable for display in log files and output to standout: |
void |
init(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 |
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 |
Constructor Detail |
---|
public SetupServlet()
Method Detail |
---|
public void init(ServletConfig config) throws ServletException
init
in interface Servlet
init
in class GenericServlet
config
- Description of the Parameter
ServletException
- Description of the Exceptionpublic static void setLogging()
public void destroy()
destroy
in interface Servlet
destroy
in class GenericServlet
public static String getDateStamp()
public static void setDebug(boolean d)
d
- The new debug value
|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |