Class FlowFacesContextLifecycleListener

java.lang.Object
org.springframework.faces.webflow.FlowFacesContextLifecycleListener
All Implemented Interfaces:
FlowExecutionListener

public class FlowFacesContextLifecycleListener extends Object implements FlowExecutionListener
A FlowExecutionListener that creates a FlowFacesContext instance when a flow request is submitted and releases it when the request has been processed.
Author:
Rossen Stoyanchev
  • Field Details

    • DEFAULT_FACES_CONTEXT

      public static final String DEFAULT_FACES_CONTEXT
  • Constructor Details

    • FlowFacesContextLifecycleListener

      public FlowFacesContextLifecycleListener()
  • Method Details