|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
PortletApplication |
getPortletApplication(java.lang.String id)
Return a portlet app using its id or null if it does not exist. |
java.util.Collection |
getPortletApplications()
Return an immutable list all the known portlet application in the registry. |
PortletContainer |
getPortletContainer(java.lang.String id)
Return a component using its id or null if it does not exist. |
void |
registerPortlet(PortletContainer portlet)
Register a portlet. |
void |
registerPortletApplication(PortletApplication portletApplication)
Register a portlet application. |
void |
unregisterPortlet(PortletContainer portlet)
Unregister a portlet. |
void |
unregisterPortletApplication(PortletApplication portletApplication)
Unregister a portlet application. |
Method Detail |
public void registerPortletApplication(PortletApplication portletApplication)
public void unregisterPortletApplication(PortletApplication portletApplication)
public void registerPortlet(PortletContainer portlet)
public void unregisterPortlet(PortletContainer portlet)
public java.util.Collection getPortletApplications()
public PortletApplication getPortletApplication(java.lang.String id)
public PortletContainer getPortletContainer(java.lang.String id)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |