Tree PREV CLASS NEXT CLASS SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD com.ibm.workplace.wcm.api.extensions.url
Interface PortletContextSharingConfig
public interface PortletContextSharingConfigInterface that allows the specification of how the rendering portlet receives and broadcast links with other portlets. This determines whether rendering portlets are aware of the state or context of other portlets.
Nested Class Summary static interface PortletContextSharingConfig.ListenConfig
The configuration of the portlet that defines how the portlet listens to shared context state.static interface PortletContextSharingConfig.PublishConfig
The configuration of the portlet that defines how the portlet publishes shared context state.
Method Summary PortletContextSharingConfig.ListenConfig getListenConfig()
Get the configuration of the portlet that defines if the portlet listens to published contexts.PortletContextSharingConfig.PublishConfig getPublishConfig()
Get the configuration of the portlet that defines if the portlet publishes its context
Method Detail getListenConfig
PortletContextSharingConfig.ListenConfig getListenConfig()
- Get the configuration of the portlet that defines if the portlet listens to published contexts.
- Returns:
- The listen configuration never null
getPublishConfig
PortletContextSharingConfig.PublishConfig getPublishConfig()
- Get the configuration of the portlet that defines if the portlet publishes its context
- Returns:
- The publish configuration never null
Tree PREV CLASS NEXT CLASS SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD