Specialized Context and Command implementations
suitable for use in a Portlet API environment.
| Class | Description |
|---|---|
| PortletApplicationScopeMap |
Private implementation of
Map for portlet context
attributes. |
| PortletGetLocaleCommand |
Concrete implementation of
AbstractGetLocaleCommand for
the Portlet API. |
| PortletInitParamMap |
Private implementation of
Map for portlet context
init parameters. |
| PortletParamMap |
Private implementation of
Map for portlet parameter
name-value. |
| PortletParamValuesMap |
Private implementation of
Map for portlet parameter
name-values[]. |
| PortletRequestScopeMap |
Private implementation of
Map for portlet request
attributes. |
| PortletSessionScopeMap |
Private implementation of
Map for portlet session
attributes. |
| PortletSetLocaleCommand |
Concrete implementation of
AbstractSetLocaleCommand for
the Portlet API. |
| PortletWebContext |
Concrete implementation of
WebContext suitable for use in
portlets. |