Package org.springframework.webflow.execution.factory
package org.springframework.webflow.execution.factory
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.
-
ClassDescriptionA 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.Strategy interface that determines if a flow execution listener should attach to executions of a specific flow definition.Static factory for creating commonly used flow execution listener criteria.A strategy interface for loading the set of FlowExecutionListener's that should apply to executions of a given flow definition.A simple flow execution listener loader that simply returns a static listener array on each invocation.