| java.lang.Object org.apache.wsrp4j.consumer.driver.PortletKeyImpl
PortletKeyImpl | public PortletKeyImpl()(Code) | | |
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 |
|
|