com.bea.struts.adapter.action
Class AdapterRequestProcessor

java.lang.Object
  extended by RequestProcessor
      extended by com.bea.struts.adapter.action.AdapterRequestProcessor

public class AdapterRequestProcessor
extends RequestProcessor


Constructor Summary
AdapterRequestProcessor()
           
 
Method Summary
protected  void doForward(String uri, HttpServletRequest request, HttpServletResponse response)
          Overrides the default behavior of RequestProcessor.doForward, replacing the use of a RequestDispatcher obtained from the ServletContext with one obtained from the request, where it can be replaced with a scoping-aware RequestDispatcher.
protected  ActionForward processActionPerform(HttpServletRequest httpServletRequest, HttpServletResponse httpServletResponse, Action action, ActionForm actionForm, ActionMapping actionMapping)
          Override processActionPerform to fire events from struts actions that have occurred.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdapterRequestProcessor

public AdapterRequestProcessor()
Method Detail

doForward

protected void doForward(String uri,
                         HttpServletRequest request,
                         HttpServletResponse response)
                  throws IOException,
                         ServletException
Overrides the default behavior of RequestProcessor.doForward, replacing the use of a RequestDispatcher obtained from the ServletContext with one obtained from the request, where it can be replaced with a scoping-aware RequestDispatcher.

Parameters
uri -
request -
response -
Throws
IOException
ServletException

processActionPerform

protected ActionForward processActionPerform(HttpServletRequest httpServletRequest,
                                             HttpServletResponse httpServletResponse,
                                             Action action,
                                             ActionForm actionForm,
                                             ActionMapping actionMapping)
                                      throws IOException,
                                             ServletException
Override processActionPerform to fire events from struts actions that have occurred.

Throws
IOException
ServletException


Copyright © 2006 BEA Systems, Inc. All Rights Reserved