|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
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. |
| 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. |
| Exception Summary | |
|---|---|
| FlowExecutorArgumentExtractionException | An exception thrown by a flow executor argument extractor when an argument could not be extracted. |
Flow executor implementation support; includes helpers for driving the execution of flows.
|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||