Package org.dlese.dpc.suggest
Class SuggestCommentServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.dlese.dpc.suggest.SuggestCommentServlet
- All Implemented Interfaces:
Serializable,Servlet,ServletConfig
Initializes the SuggestCommentHelper and sets up the Suggest a Resource
context.
- Author:
- Jonathan
- 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:voidinit(ServletConfig conf) Initialize the SuggestCommentServletfinal voidsetDebug(boolean db) Sets the debug attribute of the DDSServlet objectMethods 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
-
SuggestCommentServlet
public SuggestCommentServlet()
-
-
Method Details
-
init
Initialize the SuggestCommentServlet- Specified by:
initin interfaceServlet- Overrides:
initin classGenericServlet- Parameters:
conf- Description of the Parameter- Throws:
ServletException- Description of the Exception
-
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
-
setDebug
public final void setDebug(boolean db) Sets the debug attribute of the DDSServlet object- Parameters:
db- The new debug value
-