public final class SchemEditServlet
extends javax.servlet.http.HttpServlet
| Constructor and Description |
|---|
SchemEditServlet() |
| 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:
|
java.lang.String |
getStatusQuery(java.lang.String[] statusLabels)
Build a query that finds all items with having the given statusValue as
their statusLabel
|
void |
init(javax.servlet.ServletConfig config)
Description of the Method
|
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, servicepublic void init(javax.servlet.ServletConfig config)
throws javax.servlet.ServletException
init in interface javax.servlet.Servletinit in class javax.servlet.GenericServletconfig - Description of the Parameterjavax.servlet.ServletException - Description of the Exceptionpublic java.lang.String getStatusQuery(java.lang.String[] statusLabels)
statusLabels - NOT YET DOCUMENTEDpublic void destroy()
destroy in interface javax.servlet.Servletdestroy in class javax.servlet.GenericServletpublic static java.lang.String getDateStamp()