{ } }
Tree PREV CLASS NEXT CLASS FRAMES NO FRAMES SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD com.ibm.portal.state.accessors.portlet
Interface LegacyPortletAccessor
- All Superinterfaces:
- Accessor, Disposable, Identifiable, PortletAccessor
Deprecated. because the legacy API is deprecated
- All Known Subinterfaces:
- LegacyPortletAccessorController
@Deprecated public interface LegacyPortletAccessor- extends PortletAccessor
Interface providing read-only accessor methods for legacy (4.x) portlets. Extends the functionality provided by the PortletAccessor which in turn is also suitable for standard portlets.
The added methods allow for reading the previous portlet mode and window state of a particular portlet.
- Since:
- 5.1
Method Summary PortletMode getPreviousPortletMode()
Deprecated. Provides the previous portlet mode.WindowState getPreviousWindowState()
Deprecated. Provides the previous window state.
Methods inherited from interface com.ibm.portal.state.accessors.portlet.PortletAccessor getDigest, getParameters, getPortletMode, getPortletMode, getWindowState, getWindowState
Methods inherited from interface com.ibm.portal.Identifiable getObjectID
Methods inherited from interface com.ibm.portal.Disposable dispose
Method Detail getPreviousWindowState
WindowState getPreviousWindowState()
- Deprecated.
- Provides the previous window state. If no window state history has been recorded the default window state 'normal' will be returned.
- Returns:
- The previous WindowState (not null).
getPreviousPortletMode
PortletMode getPreviousPortletMode()
- Deprecated.
- Provides the previous portlet mode. If no portlet mode history has been recorded, the default mode 'view' will be returned.
- Returns:
- The previous PortletMode (not null).
Tree PREV CLASS NEXT CLASS FRAMES NO FRAMES SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD