Spring Web Flow

org.springframework.faces.webflow
Class FlowActionListener

java.lang.Object
  extended by org.springframework.faces.webflow.FlowActionListener
All Implemented Interfaces:
java.util.EventListener, javax.faces.event.ActionListener, javax.faces.event.FacesListener

public class FlowActionListener
extends java.lang.Object
implements javax.faces.event.ActionListener

The default ActionListener implementation to be used with Web Flow. This implementation bypasses the JSF NavigationHandler mechanism to instead let the event be handled directly by Web Flow.

Web Flow's model-level validation will be invoked here after an event has been detected if the event is not an immediate event.

Author:
Jeremy Grelle

Constructor Summary
FlowActionListener(javax.faces.event.ActionListener delegate)
           
 
Method Summary
 void processAction(javax.faces.event.ActionEvent actionEvent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FlowActionListener

public FlowActionListener(javax.faces.event.ActionListener delegate)
Method Detail

processAction

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

Spring Web Flow