|
|||||||||
| 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
public class 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 WSRPPortletpublic void setPortletKey(PortletKey portletKey)
WSRPPortlet
setPortletKey in interface WSRPPortletportletKey - The portlet key of the portletpublic void setPortletContext(PortletContext portletContext)
WSRPPortlet
setPortletContext in interface WSRPPortletportletContext - The portlet context of the portletpublic 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 | ||||||||