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, servicegetInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, logpublic void destroy()
destroy in interface Servletdestroy in class GenericServletpublic void init(ServletConfig config)
init in interface Servletinit in class GenericServletpublic void service(HttpServletRequest request, HttpServletResponse response) throws IOException
service in class HttpServletIOException