Package org.springframework.webflow.executor.jsf

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

See:
          Description

Interface Summary
ViewIdMapper Interface to be implemented by objects that can map Web Flow view names to JSF view identifiers.
 

Class Summary
FlowExecutionHolder A holder storing a reference to a flow execution and the key of that flow execution if it has been (or is about to be) managed in a repository.
FlowExecutionHolderUtils A static utility class for accessing the current flow execution holder.
FlowFacesUtils Trivial helper utility class for SWF within a JSF environment.
FlowNavigationHandler An implementation of a JSF NavigationHandler that provides integration with Spring Web Flow.
FlowNavigationHandlerArgumentExtractor An FlowExecutorArgumentExtractor that is aware of JSF outcomes that communicate requests to launch flow executions and signal event in existing flow executions.
FlowPhaseListener JSF phase listener that is responsible for managing a FlowExecution object representing an active user conversation so that other JSF artifacts that execute in different phases of the JSF lifecycle may have access to it.
FlowPhaseListener.DefaultViewIdMapper Standard default view id resolver which uses the web flow view name as the jsf view id
FlowPropertyResolver Custom property resolve that resolves active flow session scope properties from a thread bound flow execution.
FlowVariableResolver Custom variable resolver that resolves to a thread-bound FlowExecution object for binding expressions prefixed with FlowVariableResolver.FLOW_SCOPE_VARIABLE.
JsfExternalContext Provides contextual information about a JSF environment that has interacted with SWF.
 

Exception Summary
JsfFlowConfigurationException Thrown when there is a configuration error with SWF within a JSF environment.
 

Package org.springframework.webflow.executor.jsf Description

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



Copyright © 2004-2006. All Rights Reserved.