org.springframework.webflow.context.portlet |
The representation of a client request into Spring Web Flow from a JSR-168 Portlet environment.
Portlets are specified in the Java Portlet Standard.
|
Java Source File Name | Type | Comment |
PortletContextMap.java | Class | A shared map backed by the Portlet context for accessing application scoped
attributes. |
PortletExternalContext.java | Class | Provides contextual information about a JSR-168 Portlet environment that has
called into Spring Web Flow. |
PortletRequestMap.java | Class | Map backed by the Portlet request for accessing request scoped attributes. |
PortletRequestParameterMap.java | Class | Map backed by the Portlet request parameter map for accessing request local
portlet parameters. |
PortletSessionMap.java | Class | Shared map backed by the Portlet session for accessing session scoped
attributes in a Portlet environment. |