|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An interface which represents the invocation of a servlet.
Method Summary | |
HttpServletRequest |
getRequest()
Returns the request to be processed by the servlet. |
HttpServletResponse |
getResponse()
Returns the response which the servlet should modify during its operation. |
Servlet |
getServlet()
Returns the selected servlet, initialized to provide access to sessions and servlet context information. |
WebResponse |
getServletResponse()
Returns the final response from the servlet. |
String |
getTarget()
Returns the target for the original request. |
Method Detail |
public HttpServletRequest getRequest()
public HttpServletResponse getResponse()
public Servlet getServlet() throws ServletException
public WebResponse getServletResponse() throws IOException
public String getTarget()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |