PageFlowRequestProcessor.DefaultHttpRedirector Class
com.bea.wlw.netui.pageflow
PageFlowRequestProcessor.DefaultHttpRedirector Class
- protected class PageFlowRequestProcessor.DefaultHttpRedirector
extends Object
implements HttpRedirector
, Serializable
-
Hierarchy
-
Object
PageFlowRequestProcessor.DefaultHttpRedirector
-
All Implemented Interfaces
-
HttpRedirector
, Serializable
-
Enclosing class
-
PageFlowRequestProcessor
Methods from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PageFlowRequestProcessor.DefaultHttpRedirector
protected 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