public final class SuggestCommentServlet
extends javax.servlet.http.HttpServlet
Constructor and Description |
---|
SuggestCommentServlet() |
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:
|
void |
init(javax.servlet.ServletConfig conf)
Initialize the SuggestCommentServlet
|
void |
setDebug(boolean db)
Sets the debug attribute of the DDSServlet object
|
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service
public void init(javax.servlet.ServletConfig conf) throws javax.servlet.ServletException
init
in interface javax.servlet.Servlet
init
in class javax.servlet.GenericServlet
conf
- Description of the Parameterjavax.servlet.ServletException
- Description of the Exceptionpublic void destroy()
destroy
in interface javax.servlet.Servlet
destroy
in class javax.servlet.GenericServlet
public static java.lang.String getDateStamp()
public final void setDebug(boolean db)
db
- The new debug value