org.apache.beehive.netui.pageflow.handler
Interface ActionForwardHandler

All Superinterfaces:
Handler
All Known Implementing Classes:
DefaultActionForwardHandler

public interface ActionForwardHandler
extends Handler


Method Summary
 ActionForward doAutoViewRender(FlowControllerHandlerContext context, ActionMapping mapping, ActionForm form)
           
 ActionForward doForward(FlowControllerHandlerContext context, ActionForward fwd, ActionMapping mapping, String actionName, ModuleConfig altModuleConfig, ActionForm form)
           
 ActionForward doNestingReturn(FlowControllerHandlerContext context, Forward pageFlowFwd, ActionMapping mapping, ActionForm form)
           
 ActionForward doReturnToAction(FlowControllerHandlerContext context, String actionName, Forward pageFlowFwd)
           
 ActionForward doReturnToPage(FlowControllerHandlerContext context, PreviousPageInfo prevPageInfo, PageFlowController currentPageFlow, ActionForm currentForm, String actionName, Forward pageFlowFwd)
           
 ActionForward handleInterceptorReturn(FlowControllerHandlerContext context, PageFlowController poppedPageFlow, PageFlowStack.PushedPageFlow pushedPageFlowWrapper, String returnAction, ActionMapping actionMapping, ActionForm form, ActionInterceptor interceptor)
           
 
Methods inherited from interface Handler
init, reinit
 

Method Detail

doForward

ActionForward doForward(FlowControllerHandlerContext context,
                        ActionForward fwd,
                        ActionMapping mapping,
                        String actionName,
                        ModuleConfig altModuleConfig,
                        ActionForm form)

doAutoViewRender

ActionForward doAutoViewRender(FlowControllerHandlerContext context,
                               ActionMapping mapping,
                               ActionForm form)

doReturnToPage

ActionForward doReturnToPage(FlowControllerHandlerContext context,
                             PreviousPageInfo prevPageInfo,
                             PageFlowController currentPageFlow,
                             ActionForm currentForm,
                             String actionName,
                             Forward pageFlowFwd)

doReturnToAction

ActionForward doReturnToAction(FlowControllerHandlerContext context,
                               String actionName,
                               Forward pageFlowFwd)

doNestingReturn

ActionForward doNestingReturn(FlowControllerHandlerContext context,
                              Forward pageFlowFwd,
                              ActionMapping mapping,
                              ActionForm form)

handleInterceptorReturn

ActionForward handleInterceptorReturn(FlowControllerHandlerContext context,
                                      PageFlowController poppedPageFlow,
                                      PageFlowStack.PushedPageFlow pushedPageFlowWrapper,
                                      String returnAction,
                                      ActionMapping actionMapping,
                                      ActionForm form,
                                      ActionInterceptor interceptor)