public interface ConsumerStructureProvider
| Modifier and Type | Method and Description |
|---|---|
void |
assignPortletToWindow(org.gatein.pc.api.PortletContext portletContext,
String windowId,
String pageId,
String portletTitle)
Re-assigns the window identified by the specified window identifier in the specified page to display the portlet identified by the specified portlet context, potentially
using the specified title.
|
List<String> |
getPageIdentifiers()
Retrieves the list of page identifiers.
|
List<String> |
getWindowIdentifiersFor(String pageId)
Retrieves the list of identifiers for the windows that are contained within the page identified by the specified identifier.
|
List<String> getPageIdentifiers()
List<String> getWindowIdentifiersFor(String pageId)
pageId - the page identifier for which we want to retrieve windowsvoid assignPortletToWindow(org.gatein.pc.api.PortletContext portletContext,
String windowId,
String pageId,
String portletTitle)
portletContext - the PortletContext identifying which portlet needs to be displayedwindowId - the window identifier of the window which will display the new portletpageId - the page identifier of the page which contains the window to re-assignportletTitle - a portlet title to potentially use on the window decorationCopyright © 2006-2014 GateIn. All Rights Reserved.