© 2005 BEA Systems, Inc.

com.bea.struts.adapter.util
Class AdapterRequestProcessorUtil

java.lang.Object
  extended bycom.bea.struts.adapter.util.AdapterRequestProcessorUtil

public class AdapterRequestProcessorUtil
extends Object


Constructor Summary
AdapterRequestProcessorUtil()
           
 
Method Summary
static boolean forwardUsingRequest(String uri, HttpServletRequest request, HttpServletResponse response)
          Forwards a request to a URI using a RequestDispatcher obtained from the request instead of using a RequestDispatcher obtained from the ServletContext.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdapterRequestProcessorUtil

public AdapterRequestProcessorUtil()
Method Detail

forwardUsingRequest

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.

Parameters:
uri -
request -
response -
Returns:
Throws:
ServletException
IOException

© 2005 BEA Systems, Inc.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved