|
||||||||||
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
org.mortbay.servlet.SendRedirect
Dump Servlet Request.
Constructor Summary | |
SendRedirect()
|
Method Summary | |
void |
doGet(HttpServletRequest request,
HttpServletResponse response)
|
Methods inherited from class javax.servlet.http.HttpServlet |
service |
Methods inherited from class javax.servlet.GenericServlet |
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SendRedirect()
Method Detail |
public void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, java.io.IOException
request
- an HttpServletRequest
object that
contains the request the client has made of the servletresponse
- an HttpServletResponse
object that
contains the response the servlet sends to the client
ServletException
- if the request for the GET
could not be handled
java.io.IOException
- if an input or output error is
detected when the servlet handles the GET requestServletResponse.setContentType(java.lang.String)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |