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