Package com.ibm.portal.state.accessors.portlet

This package contains accessors for reading and writing portlet information.

See:
          Description

Interface Summary
LegacyPortletAccessor Deprecated. because the legacy API is deprecated
LegacyPortletAccessorController Deprecated. because the legacy API is deprecated
LegacyPortletTargetAccessorController Deprecated. because the legacy API is deprecated
PortletAccessor Interface providing read-only accessor methods which allow for inspecting state information related to the portlet this accessor operates on, in particular portlet mode, window state, and render parameters.
Note that this accessor is suitable for legacy portlets as well as standard portlets.
Any implementation of this interface should ensure that also the return types (e.g.
PortletAccessorController Interface providing write accessor methods which allow for modifying the state of the portlet (legacy or standard portlet) this accessor operates on.
PortletAccessorFactory Factory which provides a variety of accessors that allow to read /write portlet-related state information from /to a given state holder or document model.
PortletListAccessor Read-only accessor interface providing methods to query the set of portlets for which there is any state information available in the state holder.
PortletTargetAccessorController Controller interface which allows for declaring an object as a target of a request.
PortletTargetAccessorFactory Factory providing methods to obtain write accessors that allow for including portlet target information into the state holder.
SharedStateAccessor Interface providing read-only accessor methods which allow for inspecting the shared state information related to of portlets this accessor operates on, in particular the public render parameters.
SharedStateAccessorController Interface providing write accessor methods which allow for modifying the shared state of portlets this accessor operates on.
SharedStateIdentifierProvider Interface for obtaining the identifier for shared state (or shared parameters).
SharedStateListAccessor Read-only accessor interface providing a method to query the set of shared state identifiers for which there is any state information available in the state holder.
 

Enum Summary
TargetType Enumeration to identify targets.
 

Package com.ibm.portal.state.accessors.portlet Description

This package contains accessors for reading and writing portlet information.

Package Specification

Provide means for creating URLs that trigger render calls or action calls on portlets and manipulate the navigational state of portlets.

Note: These APIs are not intended as a replacement for the URL generation of action and render links that are present in the Portlet API. Portlets should use these APIs only for use cases that are not addressed by the Portlet API, like generating links to other portlets.