Spring Web Flow

Package org.springframework.webflow.execution.factory

Supporting types often used by flow execution factory implementations.

See:
          Description

Interface Summary
FlowExecutionListenerCriteria Strategy interface that determines if a flow execution listener should attach to executions of a specific flow definition.
FlowExecutionListenerLoader A strategy interface for loading the set of FlowExecutionListener's that should apply to executions of a given flow definition.
 

Class Summary
ConditionalFlowExecutionListenerLoader A flow execution listener loader that stores listeners in a list-backed data structure and allows for configuration of which listeners should apply to which flow definitions.
FlowExecutionListenerCriteriaFactory Static factory for creating commonly used flow execution listener criteria.
StaticFlowExecutionListenerLoader A simple flow execution listener loader that simply returns a static listener array on each invocation.
 

Package org.springframework.webflow.execution.factory Description

Supporting types often used by flow execution factory implementations. In particular, this package provides a number of classes allowing the registration of flow execution listeners with a flow execution during its construction by a flow execution factory.


Spring Web Flow