Uses of Interface
org.exoplatform.services.wsrp.consumer.WSRPPortlet

Packages that use WSRPPortlet
org.exoplatform.services.wsrp.consumer   
org.exoplatform.services.wsrp.consumer.adapters   
org.exoplatform.services.wsrp.consumer.impl   
 

Uses of WSRPPortlet in org.exoplatform.services.wsrp.consumer
 

Methods in org.exoplatform.services.wsrp.consumer that return WSRPPortlet
 WSRPPortlet PortletDriver.getPortlet()
          Get the portlet this driver is bound to.
 WSRPPortlet PortletRegistry.getPortlet(PortletKey portletKey)
          Get the portlet for the given producer and portlet handle
 WSRPPortlet PortletRegistry.removePortlet(PortletKey portletKey)
          Remove the portlet with the given portlet key
 

Methods in org.exoplatform.services.wsrp.consumer that return types with arguments of type WSRPPortlet
 java.util.Iterator<WSRPPortlet> PortletRegistry.getAllPortlets()
          Get all the portlets in the register
 

Methods in org.exoplatform.services.wsrp.consumer with parameters of type WSRPPortlet
 void PortletRegistry.addPortlet(WSRPPortlet portlet)
          Add a portlet to the registry
 PortletDriver PortletDriverRegistry.getPortletDriver(WSRPPortlet portlet)
          Get an portlet driver for the given portlet.
 

Uses of WSRPPortlet in org.exoplatform.services.wsrp.consumer.adapters
 

Classes in org.exoplatform.services.wsrp.consumer.adapters that implement WSRPPortlet
 class WSRPPortletAdapter
           
 

Uses of WSRPPortlet in org.exoplatform.services.wsrp.consumer.impl
 

Methods in org.exoplatform.services.wsrp.consumer.impl that return WSRPPortlet
 WSRPPortlet PortletDriverImpl.getPortlet()
           
 WSRPPortlet PortletRegistryImpl.getPortlet(PortletKey portletKey)
           
 WSRPPortlet PortletRegistryImpl.removePortlet(PortletKey portletKey)
           
 

Methods in org.exoplatform.services.wsrp.consumer.impl that return types with arguments of type WSRPPortlet
 java.util.Iterator<WSRPPortlet> PortletRegistryImpl.getAllPortlets()
           
 

Methods in org.exoplatform.services.wsrp.consumer.impl with parameters of type WSRPPortlet
 void PortletRegistryImpl.addPortlet(WSRPPortlet portlet)
           
 PortletDriver PortletDriverRegistryImpl.getPortletDriver(WSRPPortlet portlet)
           
 

Constructors in org.exoplatform.services.wsrp.consumer.impl with parameters of type WSRPPortlet
PortletDriverImpl(org.exoplatform.container.ExoContainer cont, WSRPPortlet portlet)
           
 



Copyright © 2011 eXo Platform SAS. All Rights Reserved.