Spring Web Flow

Package org.springframework.webflow.context.servlet

Contains the ServletExternalContext implementation for calling into Web Flow from a Servlet environment.

See:
          Description

Interface Summary
FlowUrlHandler A interface for parsing and generating flow URLs.
 

Class Summary
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.
 

Package org.springframework.webflow.context.servlet Description

Contains the ServletExternalContext implementation for calling into Web Flow from a Servlet environment.


Spring Web Flow