See: Description
| Interface | Description |
|---|---|
| FlowUrlHandler |
A interface for parsing and generating flow URLs.
|
| Class | Description |
|---|---|
| DefaultFlowUrlHandler |
The default FlowUrlHandler implementation for Spring Web Flow.
|
| FilenameFlowUrlHandler |
A file name based
FlowUrlHandler implementation that is an alternative to the standard
DefaultFlowUrlHandler. |
| HttpServletContextMap |
Map backed by the Servlet context for accessing application scoped attributes.
|
| HttpServletRequestMap |
Map backed by the Servlet HTTP request attribute map for accessing request local attributes.
|
| HttpServletRequestParameterMap |
Map backed by the Servlet HTTP request parameter map for accessing request parameters.
|
| HttpSessionMap |
A Shared Map backed by the Servlet HTTP session, for accessing session scoped attributes.
|
| ServletExternalContext |
Provides contextual information about an HTTP Servlet environment that has interacted with Spring Web Flow.
|
| WebFlow1FlowUrlHandler |
Flow URL handler that implements the default Web Flow 1.x URL format.
|