| org.apache.wsrp4j.consumer.PortletKey
All known Subclasses: org.apache.wsrp4j.consumer.driver.PortletKeyImpl,
PortletKey | public interface PortletKey (Code) | | Defines the information which uniquely identifies an portlet provided by a producer.
The portlet key does not identify a use of an portlet
author: Stephan Laertz |
getPortletHandle | public String getPortletHandle()(Code) | | Get the portlet handle which identifies an portlet in the scope of one producer
The portlet handle |
getProducerId | public String getProducerId()(Code) | | Get the ID of the producer providing the portlet
The ID of the producer |
setPortletHandle | public void setPortletHandle(String portletHandle)(Code) | | Set the portlet handle which identifies an portlet in the scope of one producer
Parameters: portletHandle - The portlet handle |
setProducerId | public void setProducerId(String id)(Code) | | Set the ID of the producer providing the portlet
Parameters: id - The ID of the producer |
|
|