public class Dump extends HttpServlet
| Constructor and Description |
|---|
Dump() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
void |
doGet(HttpServletRequest request,
HttpServletResponse response) |
void |
doPost(HttpServletRequest request,
HttpServletResponse response) |
void |
doPut(HttpServletRequest request,
HttpServletResponse response) |
String |
getServletInfo() |
void |
init(ServletConfig config) |
doDelete, doHead, doOptions, doTrace, getLastModified, service, servicegetInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletName, init, log, logpublic void init(ServletConfig config) throws ServletException
init in interface Servletinit in class GenericServletServletExceptionpublic void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException
doPost in class HttpServletServletExceptionIOExceptionpublic void doPut(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException
doPut in class HttpServletServletExceptionIOExceptionpublic void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException
doGet in class HttpServletServletExceptionIOExceptionpublic String getServletInfo()
getServletInfo in interface ServletgetServletInfo in class GenericServletpublic void destroy()
destroy in interface Servletdestroy in class GenericServletCopyright © 1995-2015 Webtide. All Rights Reserved.