public class Servlet extends HttpServlet
Constructor and Description |
---|
Servlet() |
Modifier and Type | Method and Description |
---|---|
void |
destroy() |
void |
init(ServletConfig config) |
void |
service(HttpServletRequest request,
HttpServletResponse response)
Simple output to verify that the addressbook servlet is running.
|
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service
getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
public void service(HttpServletRequest request, HttpServletResponse response) throws IOException
service
in class HttpServlet
IOException
public void init(ServletConfig config)
init
in interface Servlet
init
in class GenericServlet
public void destroy()
destroy
in interface Servlet
destroy
in class GenericServlet