AdapterRequestProcessorUtil Class
- public class AdapterRequestProcessorUtil
extends Object
-
Hierarchy
-
Object
AdapterRequestProcessorUtil
Methods from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AdapterRequestProcessorUtil
public AdapterRequestProcessorUtil()
forwardUsingRequest(String, HttpServletRequest, HttpServletResponse) Method
public static boolean forwardUsingRequest(String
uri,
HttpServletRequest
request,
HttpServletResponse
response)
throws ServletException
, IOException
Forwards a request to a URI using a RequestDispatcher obtained from the request
instead of using a RequestDispatcher obtained from the ServletContext.
Exceptions
-
ServletException
-
IOException