public class ServletTestRedirector
extends javax.servlet.http.HttpServlet
ServletTestCaller
,
Serialized FormConstructor 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, service
public void doGet(javax.servlet.http.HttpServletRequest theRequest, javax.servlet.http.HttpServletResponse theResponse) throws javax.servlet.ServletException
doGet
in class javax.servlet.http.HttpServlet
theRequest
- 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.HttpServlet
theRequest
- 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.