|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PortletRegistry
This interface defines a registry which holds portlet objects.
| Method Summary | |
|---|---|
void |
addPortlet(WSRPPortlet portlet)
Add a portlet to the registry |
boolean |
existsPortlet(PortletKey portletKey)
Tests if a portlet with the given portlet key |
Iterator<WSRPPortlet> |
getAllPortlets()
Get all the portlets in the register |
WSRPPortlet |
getPortlet(PortletKey portletKey)
Get the portlet for the given producer and portlet handle |
void |
removeAllPortlets()
Remove all portlets from the registry |
WSRPPortlet |
removePortlet(PortletKey portletKey)
Remove the portlet with the given portlet key |
| Method Detail |
|---|
void addPortlet(WSRPPortlet portlet)
throws WSRPException
portlet - The portlet to add
WSRPExceptionWSRPPortlet getPortlet(PortletKey portletKey)
portletKey - The portlet key identifying the portlet
WSRPPortlet removePortlet(PortletKey portletKey)
portletKey - The portlet key identifying the portlet
boolean existsPortlet(PortletKey portletKey)
portletKey - The portlet key identifying the portlet
Iterator<WSRPPortlet> getAllPortlets()
void removeAllPortlets()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||