Package org.dlese.dpc.schemedit
Class SchemEditServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.dlese.dpc.schemedit.SchemEditServlet
- All Implemented Interfaces:
Serializable,Servlet,ServletConfig
Servlet responsible for initializing widely-used classes and placing them
into the servlet context as attributes.
- Author:
- Jonathan Ostwald
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddestroy()Performs shutdown operations.static StringReturn a string for the current time and date, sutiable for display in log files and output to standout:getStatusQuery(String[] statusLabels) Build a query that finds all items with having the given statusValue as their statusLabelvoidinit(ServletConfig config) Description of the MethodMethods inherited from class javax.servlet.http.HttpServlet
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, serviceMethods inherited from class javax.servlet.GenericServlet
getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
-
Constructor Details
-
SchemEditServlet
public SchemEditServlet()
-
-
Method Details
-
init
Description of the Method- Specified by:
initin interfaceServlet- Overrides:
initin classGenericServlet- Parameters:
config- Description of the Parameter- Throws:
ServletException- Description of the Exception
-
getStatusQuery
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:
destroyin interfaceServlet- Overrides:
destroyin classGenericServlet
-
getDateStamp
Return a string for the current time and date, sutiable for display in log files and output to standout:- Returns:
- The dateStamp value
-