|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PortletPreferencesService
Portlet preferences service that should be implemented by the portal. This is an optional container service.
| Method Summary | |
|---|---|
InternalPortletPreference[] |
getStoredPreferences(PortletWindow portletWindow,
PortletRequest request)
Returns the stored portlet preferences. |
void |
store(PortletWindow portletWindow,
PortletRequest request,
InternalPortletPreference[] preferences)
Stores the portlet references to the persistent storage. |
| Method Detail |
|---|
InternalPortletPreference[] getStoredPreferences(PortletWindow portletWindow,
PortletRequest request)
throws PortletContainerException
portletWindow - the portlet window.request - the portlet request.
PortletContainerException - if fail to get stored preferences.
void store(PortletWindow portletWindow,
PortletRequest request,
InternalPortletPreference[] preferences)
throws PortletContainerException
portletWindow - the portlet window.request - the portlet request.preferences - the portlet preferences to store.
PortletContainerException - if fail to store preferences.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||