|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PortletKey
Defines the information which uniquely identifies an portlet provided by a producer. The portlet key does not identify a use of an portlet
Method Summary | |
---|---|
java.lang.String |
getPortletHandle()
Get the portlet handle which identifies an portlet in the scope of one producer |
java.lang.String |
getProducerId()
Get the ID of the producer providing the portlet |
void |
setPortletHandle(java.lang.String portletHandle)
Set the portlet handle which identifies an portlet in the scope of one producer |
void |
setProducerId(java.lang.String id)
Set the ID of the producer providing the portlet |
Method Detail |
---|
java.lang.String getPortletHandle()
void setPortletHandle(java.lang.String portletHandle)
portletHandle
- The portlet handlejava.lang.String getProducerId()
void setProducerId(java.lang.String id)
id
- The ID of the producer
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |