Uses of Interface
org.apache.wsrp4j.consumer.PortletKey

Packages that use PortletKey
org.apache.wsrp4j.consumer   
org.apache.wsrp4j.consumer.app   
org.apache.wsrp4j.consumer.app.driver   
org.apache.wsrp4j.consumer.driver   
 

Uses of PortletKey in org.apache.wsrp4j.consumer
 

Methods in org.apache.wsrp4j.consumer that return PortletKey
 PortletKey WSRPPortlet.getPortletKey()
          Get the portlet key of the portlet.
 

Methods in org.apache.wsrp4j.consumer with parameters of type PortletKey
 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
 boolean PortletRegistry.existsPortlet(PortletKey portletKey)
          Tests if a portlet with the given portlet key
 void WSRPPortlet.setPortletKey(PortletKey portletKey)
          Set the portlet key of the portlet.
 

Uses of PortletKey in org.apache.wsrp4j.consumer.app
 

Methods in org.apache.wsrp4j.consumer.app that return PortletKey
 PortletKey Page.getPortletKey(java.lang.String portletInstanceKey)
          Get the portlet key to the given portlet instance key.
 

Methods in org.apache.wsrp4j.consumer.app with parameters of type PortletKey
 void Page.addPortlet(PortletKey portletKey)
          Add an portlet to the page.
 void Page.addPortlet(PortletKey portletKey, java.lang.String instanceKey)
          Add an portlet to the page and set the ID of this portlet on the page to the given value.
 

Uses of PortletKey in org.apache.wsrp4j.consumer.app.driver
 

Methods in org.apache.wsrp4j.consumer.app.driver that return PortletKey
 PortletKey PageImpl.getPortletKey(java.lang.String portletInstanceKey)
          Get the portlet key to the given portlet instance key.
 

Methods in org.apache.wsrp4j.consumer.app.driver with parameters of type PortletKey
 void PageImpl.addPortlet(PortletKey portletKey)
          Add an portlet to the page
 void PageImpl.addPortlet(PortletKey portletKey, java.lang.String instanceKey)
          Add an portlet to the page and set the ID of this portlet on the page to the given value.
 WSRPPortlet PortletRegistryImpl.removePortlet(PortletKey portletKey)
          Remove the portlet with the given portlet key
 

Uses of PortletKey in org.apache.wsrp4j.consumer.driver
 

Classes in org.apache.wsrp4j.consumer.driver that implement PortletKey
 class PortletKeyImpl
           
 

Fields in org.apache.wsrp4j.consumer.driver declared as PortletKey
private  PortletKey ConsumerPortletContext.portletKey
           
private  PortletKey WSRPPortletImpl.portletKey
           
 

Methods in org.apache.wsrp4j.consumer.driver that return PortletKey
 PortletKey ConsumerPortletContext.getPortletKey()
           
 PortletKey WSRPPortletImpl.getPortletKey()
           
 

Methods in org.apache.wsrp4j.consumer.driver with parameters of type PortletKey
 WSRPPortlet GenericPortletRegistryImpl.getPortlet(PortletKey portletKey)
          Get the portlet for the given producer and portlet handle
 WSRPPortlet GenericPortletRegistryImpl.removePortlet(PortletKey portletKey)
          Remove the portlet with the given portlet key
 boolean GenericPortletRegistryImpl.existsPortlet(PortletKey portletKey)
          Tests if a portlet with the given portlet key
 void ConsumerPortletContext.setPortletKey(PortletKey portletKey)
           
 void WSRPPortletImpl.setPortletKey(PortletKey portletKey)
           
 

Constructors in org.apache.wsrp4j.consumer.driver with parameters of type PortletKey
WSRPPortletImpl(PortletKey portletKey)
           
 



--