Package org.springframework.webflow.context.servlet

The representation of a client request into Spring Web Flow from an HTTP Servlet environment.

See:
          Description

Class Summary
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.
HttpSessionMapBindingListener Helper class that adapts a generic AttributeMapBindingListener to a HTTP specific HttpSessionBindingListener.
ServletExternalContext Provides contextual information about an HTTP Servlet environment that has interacted with Spring Web Flow.
 

Package org.springframework.webflow.context.servlet Description

The representation of a client request into Spring Web Flow from an HTTP Servlet environment.



Copyright © 2004-2007. All Rights Reserved.