|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface WSRPPortlet
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 |
|---|
PortletKey getPortletKey()
void setPortletKey(PortletKey portletKey)
portletKey - The portlet key of the portletPortletContext getPortletContext()
void setPortletContext(PortletContext portletContext)
portletContext - The portlet context of the portletboolean isConsumerConfigured()
getParent() is not equal
to the portlet handle of the portlet key.java.lang.String getParent()
getPortletKey.
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 | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||