|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
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
Constructor Summary | |
WSRPPortletImpl()
|
|
WSRPPortletImpl(PortletKey portletKey)
|
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. |
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 |
Constructor Detail |
public WSRPPortletImpl()
public WSRPPortletImpl(PortletKey portletKey)
Method Detail |
public PortletKey getPortletKey()
WSRPPortlet
getPortletKey
in interface WSRPPortlet
public void setPortletKey(PortletKey portletKey)
WSRPPortlet
setPortletKey
in interface WSRPPortlet
portletKey
- The portlet key of the portletpublic void setPortletContext(PortletContext portletContext)
WSRPPortlet
setPortletContext
in interface WSRPPortlet
portletContext
- The portlet context of the portletpublic PortletContext getPortletContext()
WSRPPortlet
getPortletContext
in interface WSRPPortlet
public java.lang.String getParent()
WSRPPortlet
getPortletKey
.
getParent
in interface WSRPPortlet
public void setParent(java.lang.String portletHandle)
WSRPPortlet
getPortletKey
this method makes the portlet a
consumer configured portlet.
setParent
in interface WSRPPortlet
portletHandle
- the portlet handle of the parent portletpublic boolean isConsumerConfigured()
WSRPPortlet
isConsumerConfigured
in interface WSRPPortlet
getParent()
is not equal
to the portlet handle of the portlet key.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |