public class PortletRegistry extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
PortletRegistry.SakaiPortletConfig |
| Constructor and Description |
|---|
PortletRegistry() |
| Modifier and Type | Method and Description |
|---|---|
SakaiPortletWindow |
getOrCreatePortletWindow(org.sakaiproject.tool.api.Placement placement)
Retrieve the portlet window for the specified placement.
|
SakaiPortletWindow |
getPortletWindow(String placementId)
Retrieve the PortletWindow for the given id.
|
boolean |
isPortletApplication(org.sakaiproject.tool.api.Placement placement) |
void |
reset(org.sakaiproject.site.api.ToolConfiguration configuration) |
public SakaiPortletWindow getOrCreatePortletWindow(org.sakaiproject.tool.api.Placement placement) throws org.sakaiproject.portal.render.api.ToolRenderException
placement - org.sakaiproject.portal.render.api.ToolRenderExceptionpublic SakaiPortletWindow getPortletWindow(String placementId)
placementId - public boolean isPortletApplication(org.sakaiproject.tool.api.Placement placement)
public void reset(org.sakaiproject.site.api.ToolConfiguration configuration)
Copyright © 2003-2015 Sakai Project. All Rights Reserved.