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