DLESE Tools
v1.6.0

org.dlese.dpc.schemedit
Class SchemEditServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by org.dlese.dpc.schemedit.SchemEditServlet
All Implemented Interfaces:
Serializable, Servlet, ServletConfig

public final class SchemEditServlet
extends HttpServlet

Servlet responsible for initializing widely-used classes and placing them into the servlet context as attributes.

Author:
Jonathan Ostwald
See Also:
Serialized Form

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

SchemEditServlet

public SchemEditServlet()
Method Detail

init

public void init(ServletConfig config)
          throws ServletException
Description of the Method

Specified by:
init in interface Servlet
Overrides:
init in class GenericServlet
Parameters:
config - Description of the Parameter
Throws:
ServletException - Description of the Exception

getStatusQuery

public String getStatusQuery(String[] statusLabels)
Build a query that finds all items with having the given statusValue as their statusLabel

Parameters:
statusLabels - NOT YET DOCUMENTED
Returns:
The statusQuery value

destroy

public void destroy()
Performs shutdown operations.

Specified by:
destroy in interface Servlet
Overrides:
destroy in class GenericServlet

getDateStamp

public static String getDateStamp()
Return a string for the current time and date, sutiable for display in log files and output to standout:

Returns:
The dateStamp value

DLESE Tools
v1.6.0