|
|||||||||||
| 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
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
config - the servlet configuration
ServletException - if a configuration error occurs
public void doPost(HttpServletRequest request,
HttpServletResponse response)
throws ServletException,
IOException
request - the http requestresponse - the http response
ServletException - if a servlet processing error occurs
IOException - if an IO error occurs
public void doGet(HttpServletRequest request,
HttpServletResponse response)
throws ServletException,
IOException
request - the http requestresponse - the http response
ServletException - if a servlet processing error occurs
IOException - if an IO error occurspublic String getServletInfo()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||