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