|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Defines a consumer-side representation of a remote portlet. A portlet is uniquely identified by its portlet key. Consumer configured portlets are the result of clone operations on existing portlets (parents).
Method Summary | |
java.lang.String |
getParent()
Get the portlet handle of the parent portlet. |
PortletContext |
getPortletContext()
Get the portlet context object which contains information about the portlet state. |
PortletKey |
getPortletKey()
Get the portlet key of the portlet. |
boolean |
isConsumerConfigured()
Checks if a portlet is consumer configured portlet. |
void |
setParent(java.lang.String portletHandle)
Set the portlet handle of the parent portlet. |
void |
setPortletContext(PortletContext portletContext)
Set the portlet context of the portlet. |
void |
setPortletKey(PortletKey portletKey)
Set the portlet key of the portlet. |
Method Detail |
public PortletKey getPortletKey()
public void setPortletKey(PortletKey portletKey)
portletKey
- The portlet key of the portletpublic PortletContext getPortletContext()
public void setPortletContext(PortletContext portletContext)
portletContext
- The portlet context of the portletpublic boolean isConsumerConfigured()
getParent()
is not equal
to the portlet handle of the portlet key.public java.lang.String getParent()
getPortletKey
.
public void setParent(java.lang.String portletHandle)
getPortletKey
this method makes the portlet a
consumer configured portlet.
portletHandle
- the portlet handle of the parent portlet
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |