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
AbstractFlowExecutionPropertyResolver Base class for property resolvers that get and set flow execution attributes.
DelegatingFlowVariableResolver Custom variable resolver that searches the current flow execution for variables to resolve.
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.
FlowExecutionKeyStateHolder This UIComponent instance can be added to the UIViewRoot before rendering so that the FlowExecution can be properly saved and then restored during the next request's PhaseId.RESTORE_VIEW phase.
FlowExecutionPropertyResolver Custom property resolver that resolves supported properties of the current flow execution.
FlowExecutionVariableResolver Custom variable resolver that resolves to a thread-bound FlowExecution object for binding expressions prefixed with a FlowExecutionVariableResolver.FLOW_EXECUTION_VARIABLE_NAME.
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 responsible for managing the FlowExecution object lifecycle in a JSF environment.
FlowPhaseListener.DefaultViewIdMapper Standard default view id resolver which uses the web flow view name as the jsf view id
FlowPropertyResolver Custom property resolver that resolves flow session scope attributes of the current flow execution.
FlowSystemCleanupFilter A servlet filter used to guarantee that web flow context information is cleaned up in a JSF environment.
FlowVariableResolver Custom variable resolver that resolves the current 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-2007. All Rights Reserved.