|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exoplatform.services.wsrp.consumer.impl.PortletRegistryImpl
public class PortletRegistryImpl
| Constructor Summary | |
|---|---|
PortletRegistryImpl()
|
|
| 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 |
java.util.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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PortletRegistryImpl()
| Method Detail |
|---|
public void addPortlet(WSRPPortlet portlet)
throws WSRPException
PortletRegistry
addPortlet in interface PortletRegistryportlet - The portlet to add
WSRPExceptionpublic WSRPPortlet getPortlet(PortletKey portletKey)
PortletRegistry
getPortlet in interface PortletRegistryportletKey - The portlet key identifying the portlet
public WSRPPortlet removePortlet(PortletKey portletKey)
PortletRegistry
removePortlet in interface PortletRegistryportletKey - The portlet key identifying the portlet
public boolean existsPortlet(PortletKey portletKey)
PortletRegistry
existsPortlet in interface PortletRegistryportletKey - The portlet key identifying the portlet
public java.util.Iterator<WSRPPortlet> getAllPortlets()
PortletRegistry
getAllPortlets in interface PortletRegistrypublic void removeAllPortlets()
PortletRegistry
removeAllPortlets in interface PortletRegistry
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||