Package org.springframework.webflow.executor


package org.springframework.webflow.executor
High-level executors for driving the execution of flow definitions.

The central concept defined by this package is the FlowExecutor, representing a facade or entry-point for driving the execution of flows. This interface acts as the system boundary into Spring Web Flow most calling systems interact with.

  • Class
    Description
    A value object providing information about the result of a flow execution request.
    The central facade and entry-point service interface into the Spring Web Flow system for driving the executions of flow definitions.
    The default implementation of the central facade for driving the execution of flows within an application.