|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exoplatform.services.wsrp.consumer.adapters.WSRPPortletAdapter
public class WSRPPortletAdapter
| Constructor Summary | |
|---|---|
WSRPPortletAdapter(PortletKey portletKey)
|
|
| Method Summary | |
|---|---|
String |
getParent()
Get the portlet handle of the parent portlet. |
org.exoplatform.services.wsrp.type.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(String portletHandle)
Set the portlet handle of the parent portlet. |
void |
setPortletContext(org.exoplatform.services.wsrp.type.PortletContext portletContext)
Set the portlet context of the portlet. |
void |
setPortletKey(PortletKey portletKey)
Set the portlet key of the portlet. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WSRPPortletAdapter(PortletKey portletKey)
| Method Detail |
|---|
public PortletKey getPortletKey()
WSRPPortlet
getPortletKey in interface WSRPPortletpublic void setPortletKey(PortletKey portletKey)
WSRPPortlet
setPortletKey in interface WSRPPortletportletKey - The portlet key of the portletpublic void setPortletContext(org.exoplatform.services.wsrp.type.PortletContext portletContext)
WSRPPortlet
setPortletContext in interface WSRPPortletportletContext - The portlet context of the portletpublic org.exoplatform.services.wsrp.type.PortletContext getPortletContext()
WSRPPortlet
getPortletContext in interface WSRPPortletpublic String getParent()
WSRPPortletgetPortletKey.
getParent in interface WSRPPortletpublic void setParent(String portletHandle)
WSRPPortletgetPortletKey this method makes the portlet a consumer
configured portlet.
setParent in interface WSRPPortletportletHandle - the portlet handle of the parent portletpublic boolean isConsumerConfigured()
WSRPPortlet
isConsumerConfigured in interface WSRPPortletgetParent() is not equal to the
portlet handle of the portlet key.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||