|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.servlet.GenericServlet
javax.servlet.http.HttpServlet
net.dpml.test.http.SessionDump
public class SessionDump
Test Servlet Sessions.
Constructor Summary | |
---|---|
SessionDump()
|
Method Summary | |
---|---|
void |
doGet(HttpServletRequest request,
HttpServletResponse response)
Process an incomming get request. |
void |
doPost(HttpServletRequest request,
HttpServletResponse response)
Process an incomming post request. |
String |
getServletInfo()
Return the servlet info. |
void |
init(ServletConfig config)
Servlet initialization. |
Methods inherited from class javax.servlet.http.HttpServlet |
---|
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service |
Methods inherited from class javax.servlet.GenericServlet |
---|
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletName, init, log, log |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SessionDump()
Method Detail |
---|
public void init(ServletConfig config) throws ServletException
init
in interface Servlet
init
in class GenericServlet
config
- the servlet configuration
ServletException
- if a configuration error occurspublic void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException
doPost
in class HttpServlet
request
- the http requestresponse
- the http response
ServletException
- if a servlet processing error occurs
IOException
- if an IO error occurspublic void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException
doGet
in class HttpServlet
request
- the http requestresponse
- the http response
ServletException
- if a servlet processing error occurs
IOException
- if an IO error occurspublic String getServletInfo()
getServletInfo
in interface Servlet
getServletInfo
in class GenericServlet
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |