| |
|
| java.lang.Object org.apache.wsrp4j.consumer.driver.GenericPortletRegistryImpl
All known Subclasses: com.liferay.portlet.wsrp.PortletRegistryImpl,
GenericPortletRegistryImpl | abstract public class GenericPortletRegistryImpl implements PortletRegistry(Code) | | |
GenericPortletRegistryImpl | public GenericPortletRegistryImpl()(Code) | | |
addPortlet | public void addPortlet(WSRPPortlet portlet) throws WSRPException(Code) | | Add a portlet to the registry
Parameters: portlet - The portlet to add |
existsPortlet | public boolean existsPortlet(PortletKey portletKey)(Code) | | Tests if a portlet with the given portlet key
Parameters: portletKey - The portlet key identifying the portlet True if portlet exists with this portlet key |
getAllPortlets | public Iterator getAllPortlets()(Code) | | Get all the portlets in the register
Iterator with all portlets in the registry |
getPortlet | public WSRPPortlet getPortlet(PortletKey portletKey)(Code) | | Get the portlet for the given producer and portlet handle
Parameters: portletKey - The portlet key identifying the portlet The portlet with the given portlet key |
removeAllPortlets | public void removeAllPortlets()(Code) | | Remove all portlets from the registry
|
removePortlet | public WSRPPortlet removePortlet(PortletKey portletKey)(Code) | | Remove the portlet with the given portlet key
Parameters: portletKey - The portlet key identifying the portlet The portlet which has been removed or null |
|
|
|