Package org.springframework.webflow.executor

High-level executors for driving the execution of flow definitions.

See:
          Description

Interface Summary
FlowExecutor The central facade and entry-point service interface into the Spring Web Flow system for driving the executions of flow definitions.
 

Class Summary
FlowExecutorImpl The default implementation of the central facade for driving the execution of flows within an application.
RequestParameterInputMapper Simple attribute mapper implementation that puts all entries in the request parameter map of a source ExternalContext into the FlowExecution inputMap.
ResponseInstruction Immutable value object that provides clients with information about a response to issue.
 

Package org.springframework.webflow.executor Description

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.



Copyright © 2004-2007. All Rights Reserved.