|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.wsrp4j.util.StateChangedServiceImpl
org.apache.wsrp4j.consumer.driver.WSRPPortletImpl
Implements the portlet interface
| Field Summary | |
private java.lang.String |
parentHandle
|
private oasis.names.tc.wsrp.v1.types.PortletContext |
portletContext
|
private PortletKey |
portletKey
|
| Fields inherited from class org.apache.wsrp4j.util.StateChangedServiceImpl |
|
| Constructor Summary | |
WSRPPortletImpl()
|
|
WSRPPortletImpl(PortletKey portletKey)
|
|
| Method Summary | |
java.lang.String |
getParent()
Get the portlet handle of the parent portlet. |
oasis.names.tc.wsrp.v1.types.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(oasis.names.tc.wsrp.v1.types.PortletContext portletContext)
Set the portlet context of the portlet. |
void |
setPortletKey(PortletKey portletKey)
Set the portlet key of the portlet. |
| Methods inherited from class org.apache.wsrp4j.util.StateChangedServiceImpl |
addListener, stateChanged |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private PortletKey portletKey
private oasis.names.tc.wsrp.v1.types.PortletContext portletContext
private java.lang.String parentHandle
| Constructor Detail |
public WSRPPortletImpl()
public WSRPPortletImpl(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(oasis.names.tc.wsrp.v1.types.PortletContext portletContext)
WSRPPortlet
setPortletContext in interface WSRPPortletportletContext - The portlet context of the portletpublic oasis.names.tc.wsrp.v1.types.PortletContext getPortletContext()
WSRPPortlet
getPortletContext in interface WSRPPortletpublic java.lang.String getParent()
WSRPPortletgetPortletKey.
getParent in interface WSRPPortletpublic void setParent(java.lang.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 | ||||||||||