org.apache.beehive.netui.pageflow.faces.internal
Class PageFlowActionListener

Object
  extended by PageFlowActionListener
All Implemented Interfaces:
EventListener, ActionListener, FacesListener

public class PageFlowActionListener
extends Object
implements ActionListener

Internal class used in JSF/Page Flow integration. This exists to pass form beans from JSF pages to Page Flow actions, and to abort event processing if PageFlowNavigationHandler forwarded to an action.

See Also:
PageFlowApplicationFactory

Constructor Summary
PageFlowActionListener(ActionListener delegate)
           
 
Method Summary
 void processAction(ActionEvent event)
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PageFlowActionListener

public PageFlowActionListener(ActionListener delegate)
Method Detail

processAction

public void processAction(ActionEvent event)
                   throws AbortProcessingException
Specified by:
processAction in interface ActionListener
Throws:
AbortProcessingException