| 
 | DLESE Tools v1.6.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.dlese.dpc.schemedit.SchemEditServlet
public final class SchemEditServlet
Servlet responsible for initializing widely-used classes and placing them into the servlet context as attributes.
| Constructor Summary | |
|---|---|
| SchemEditServlet() | |
| 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: | 
|  String | getStatusQuery(String[] statusLabels)Build a query that finds all items with having the given statusValue as their statusLabel | 
|  void | init(ServletConfig config)Description of the Method | 
| 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 SchemEditServlet()
| Method Detail | 
|---|
public void init(ServletConfig config)
          throws ServletException
init in interface Servletinit in class GenericServletconfig - Description of the Parameter
ServletException - Description of the Exceptionpublic String getStatusQuery(String[] statusLabels)
statusLabels - NOT YET DOCUMENTED
public void destroy()
destroy in interface Servletdestroy in class GenericServletpublic static String getDateStamp()
| 
 | DLESE Tools v1.6.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||