Package org.springframework.webflow.context.portlet

The representation of a client request into Spring Web Flow from a JSR-168 Portlet environment.

See:
          Description

Class Summary
PortletContextMap A shared map backed by the Portlet context for accessing application scoped attributes.
PortletExternalContext Provides contextual information about a JSR-168 Portlet environment that has called into Spring Web Flow.
PortletRequestMap Map backed by the Portlet request for accessing request scoped attributes.
PortletRequestParameterMap Map backed by the Portlet request parameter map for accessing request local portlet parameters.
PortletSessionMap Shared map backed by the Portlet session for accessing session scoped attributes in a Portlet environment.
 

Package org.springframework.webflow.context.portlet Description

The representation of a client request into Spring Web Flow from a JSR-168 Portlet environment.

Portlets are specified in the Java Portlet Standard.



Copyright © 2004-2007. All Rights Reserved.