HttpRedirector Interface
- public interface HttpRedirector
-
All Known Implementing Classes
-
PageFlowRequestProcessor.DefaultHttpRedirector
forward(String, HttpServletRequest, HttpServletResponse, ServletContext) Method
public void forward(String
uri,
HttpServletRequest
request,
HttpServletResponse
response,
ServletContext
servletContext)
throws IOException
, ServletException
Exceptions
-
IOException
-
ServletException
redirect(String, HttpServletRequest, HttpServletResponse, ServletContext) Method
public void redirect(String
uri,
HttpServletRequest
request,
HttpServletResponse
response,
ServletContext
servletContext)
throws IOException
, ServletException
Exceptions
-
IOException
-
ServletException