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(Placement placement)
Retrieve the portlet window for the specified placement.
|
SakaiPortletWindow |
getPortletWindow(String placementId)
Retrieve the PortletWindow for the given id.
|
boolean |
isPortletApplication(Placement placement) |
void |
reset(ToolConfiguration configuration) |
public SakaiPortletWindow getOrCreatePortletWindow(Placement placement) throws ToolRenderException
placement - ToolRenderExceptionpublic SakaiPortletWindow getPortletWindow(String placementId)
placementId - public boolean isPortletApplication(Placement placement)
public void reset(ToolConfiguration configuration)
Copyright © 2003–2016 Sakai Project. All rights reserved.