public class FlowActionListener
extends java.lang.Object
implements javax.faces.event.ActionListener
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.
Constructor and Description |
---|
FlowActionListener(javax.faces.event.ActionListener delegate) |
Modifier and Type | Method and Description |
---|---|
void |
processAction(javax.faces.event.ActionEvent actionEvent) |