org.apache.beehive.netui.pageflow.internal
Class FlowControllerAction

Object
  extended by Action
      extended by FlowControllerAction

public class FlowControllerAction
extends Action


Field Summary
 
Fields inherited from class Action
defaultLocale, servlet
 
Constructor Summary
FlowControllerAction(FlowController flowController)
           
 
Method Summary
 ActionForward execute(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response)
           
 FlowController getFlowController()
           
 
Methods inherited from class Action
addErrors, addMessages, execute, generateToken, getDataSource, getDataSource, getErrors, getLocale, getMessages, getResources, getResources, getServlet, isCancelled, isTokenValid, isTokenValid, resetToken, saveErrors, saveErrors, saveMessages, saveMessages, saveToken, setLocale, setServlet
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FlowControllerAction

public FlowControllerAction(FlowController flowController)
Method Detail

getFlowController

public FlowController getFlowController()

execute

public ActionForward execute(ActionMapping mapping,
                             ActionForm form,
                             HttpServletRequest request,
                             HttpServletResponse response)
                      throws Exception
Overrides:
execute in class Action
Throws:
Exception