Package org.springframework.webflow.context.servlet
package org.springframework.webflow.context.servlet
Contains the ServletExternalContext implementation for calling into Web Flow from a Servlet environment.
-
ClassDescriptionStrategy interface that encapsulates knowledge about a client-side ajax system and how to communicate with that system.Default
AjaxHandler
implementation.The default FlowUrlHandler implementation for Spring Web Flow.A file name basedFlowUrlHandler
implementation that is an alternative to the standardDefaultFlowUrlHandler
.A interface for parsing and generating flow URLs.Map backed by the Servlet context for accessing application scoped attributes.Map backed by the Servlet HTTP request attribute map for accessing request local attributes.Map backed by the Servlet HTTP request parameter map for accessing request parameters.A Shared Map backed by the Servlet HTTP session, for accessing session scoped attributes.Provides contextual information about an HTTP Servlet environment that has interacted with Spring Web Flow.Flow URL handler that implements the default Web Flow 1.x URL format.