Package org.springframework.webflow.executor.support

Flow executor implementation support; includes helpers for driving the execution of flows.

See:
          Description

Interface Summary
FlowExecutorArgumentExposer Helper strategy that can expose FlowExecutor method arguments in a response (view) so that subsequent requests resulting from the response can have those arguments extracted again, typically using a FlowExecutorArgumentExtractor.
FlowExecutorArgumentExtractor A helper strategy used by the FlowRequestHandler to extract FlowExecutor method arguments from a request initiated by an ExternalContext.
 

Class Summary
FlowExecutorArgumentHandler Abstract base class for objects handling FlowExecutor arguments.
FlowIdMappingArgumentHandlerWrapper Flow executor argument handler that wraps another argument handler and applies a public to private flow id mapping.
FlowRequestHandler An immutable helper for flow controllers that encapsulates reusable workflow required to launch and resume flow executions using a FlowExecutor.
RequestParameterFlowExecutorArgumentHandler Default FlowExecutor argument handler that extracts flow executor method arguments from the ExternalContext.getRequestParameterMap() and exposes arguments as URL encoded request parameters.
RequestPathFlowExecutorArgumentHandler Flow executor argument handler that extracts arguments from the request path and exposes them in the URL path.
ResponseInstructionHandler Abstract helper class that allows easy handling of all known view selection types.
 

Exception Summary
FlowExecutorArgumentExtractionException An exception thrown by a flow executor argument extractor when an argument could not be extracted.
ResponseInstructionHandler.RuntimeResponseHandlingException Thrown during handleQuietly.
 

Package org.springframework.webflow.executor.support Description

Flow executor implementation support; includes helpers for driving the execution of flows.



Copyright © 2004-2007. All Rights Reserved.