public class ServletTestRedirector
extends javax.servlet.http.HttpServlet
ServletTestCaller,
Serialized Form| Constructor and Description |
|---|
ServletTestRedirector() |
| Modifier and Type | Method and Description |
|---|---|
void |
doGet(javax.servlet.http.HttpServletRequest theRequest,
javax.servlet.http.HttpServletResponse theResponse)
Handle GET requests.
|
void |
doPost(javax.servlet.http.HttpServletRequest theRequest,
javax.servlet.http.HttpServletResponse theResponse)
Handle POST request.
|
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, servicepublic void doGet(javax.servlet.http.HttpServletRequest theRequest,
javax.servlet.http.HttpServletResponse theResponse)
throws javax.servlet.ServletException
doGet in class javax.servlet.http.HttpServlettheRequest - the incoming HTTP client requesttheResponse - the outgoing HTTP client request to send back.javax.servlet.ServletException - if an error occurs when servicing the
requestpublic void doPost(javax.servlet.http.HttpServletRequest theRequest,
javax.servlet.http.HttpServletResponse theResponse)
throws javax.servlet.ServletException
doPost in class javax.servlet.http.HttpServlettheRequest - the incoming HTTP request.theResponse - the outgoing HTTP response.javax.servlet.ServletException - if an error occurs when servicing the
requestCopyright © 2000-2004 Apache Software Foundation. All Rights Reserved.