|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.wsrp4j.producer.provider.driver.PortletImpl
public abstract class PortletImpl
This abstract class implements the Portlet interface encapsulating Portlet-objects. Provides setters and getters.
Implements the Cloneable interface to enable cloning of portlets.
Implements the Serializable interface to enable serialization, e.g. to an XML-file.
ProducerOfferedPortlet
,
Serialized FormConstructor Summary | |
---|---|
PortletImpl()
|
Method Summary | |
---|---|
abstract java.lang.Object |
clone()
Redefines the clone-method of the Cloneable-interface. |
java.lang.String |
getPortletHandle()
Returns the portletHandle. |
void |
setPortletHandle(java.lang.String portletHandle)
Sets the portletHandle to enable identification of the portlet. |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PortletImpl()
Method Detail |
---|
public java.lang.String getPortletHandle()
getPortletHandle
in interface Portlet
public void setPortletHandle(java.lang.String portletHandle)
setPortletHandle
in interface Portlet
portletHandle
- String to be assigned to handle.public abstract java.lang.Object clone()
clone
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |