org.springframework.webflow.execution.factory |
Supporting types often used by flow execution factory implementations. In particular, this
package provides a number of classes facillitating the registration of flow execution
listeners with a flow execution during its construction by a flow execution factory.
|
Java Source File Name | Type | Comment |
ConditionalFlowExecutionListenerHolder.java | Class | A holder that holds a listener plus a set of criteria defining the flows in
which that listener applies. |
ConditionalFlowExecutionListenerLoader.java | Class | 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. |
FlowExecutionListenerCriteria.java | Interface | Strategy interface that determines if a flow execution listener should attach
to executions of a specific flow definition. |
FlowExecutionListenerCriteriaFactory.java | Class | Static factory for creating commonly used flow execution listener criteria. |
FlowExecutionListenerLoader.java | Interface | A strategy interface for loading the set of FlowExecutionListener's that
should apply to executions of a given flow definition. |
StaticFlowExecutionListenerLoader.java | Class | A simple flow execution listener loader that simply returns a static listener
array on each invocation. |