Package org.springframework.faces.webflow

The integration layer between Spring Web Flow and Java Server Faces (JSF).

See:
          Description

Class Summary
FlowActionListener The default ActionListener implementation to be used with Web Flow.
FlowApplicationFactory Custom ApplicationFactory that ensures the FlowViewStateManager is the first StateManager in the chain so that Web Flow may manage JSF component state when a flow is active.
FlowFacesContext Custom FacesContext implementation that delegates all standard FacesContext messaging functionality to a Spring MessageSource made accessible as part of the current Web Flow request.
FlowFacesContextMessageDelegate Helper delegate class for use with the FlowFacesContext that handles all faces message methods.
FlowLifecycle Custom Lifecycle for Spring Web Flow that only executes the APPLY_REQUEST_VALUES through INVOKE_APPLICATION phases.
FlowPropertyResolver Custom property resolver for resolving properties on web flow specific structures with JSF 1.1 or > by delegating to web flow's EL resolvers.
FlowResourceResolver  
FlowSerializedView Serialized UIViewRoot stored in view scope associated with a Web Flow View State.
FlowVariableResolver Custom variabe resolver for resolving properties on web flow specific variables with JSF 1.1 or > by delegating to web flow's EL resolvers.
FlowViewHandler Simple delegating ViewHandler implementation that provides JSF Form's with the correct FlowExecution URL, including the current FlowExecutionKey, so that postbacks may be properly intercepted and handled by Web Flow.
FlowViewStateManager Custom StateManager that manages the JSF component state in web flow's view scope.
JsfManagedBeanAwareELExpressionParser A JSF-specific ExpressionParser that allows beans managed by either JSF, Spring, or Web Flow to be referenced in expressions in the FlowDefinition.
JsfManagedBeanResolver ELResolver that checks request, session, and application scopes for existing JSF-managed beans.
JsfUtils Common support for the JSF integration with Spring Web Flow.
JsfView JSF-specific View implementation.
JsfViewFactory JSF-specific ViewFactory implementation.
JsfViewFactoryCreator A ViewFactoryCreator implementation for creating instances of a JSF-specific ViewFactory.
SpringBeanWebFlowVariableResolver JSF 1.1 variable resolver for Spring Beans accessible to the flow's local bean factory.
 

Package org.springframework.faces.webflow Description

The integration layer between Spring Web Flow and Java Server Faces (JSF).