|
|||||||||
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
org.apache.wsrp4j.producer.provider.driver.ProducerOfferedPortletImpl
public class ProducerOfferedPortletImpl
This class implements the ProducerOfferedPortlet interface encapsulating ProducerOfferedPortlet-objects. Provides setters and getters.
ProducerOfferedPortlet
,
Serialized FormField Summary | |
---|---|
java.util.LinkedList |
cloneHandles
|
Constructor Summary | |
---|---|
ProducerOfferedPortletImpl()
constructor |
Method Summary | |
---|---|
void |
addClone(ConsumerConfiguredPortlet cce)
Adds a clone referencing a ConsumerConfiguredPortlet. |
java.lang.Object |
clone()
Redefines the clone-method of the Cloneable-interface. |
void |
deleteClone(ConsumerConfiguredPortlet cce)
Deletes a clone referencing a ConsumerConfiguredPortlet. |
java.util.Iterator |
getClones()
Returns an iterator containing all clone-handles. |
java.lang.String |
getPortletHandle()
Returns the portletHandle. |
boolean |
isRegistrationRequired()
Returns a flag indicating whether registration is required or not. |
void |
setPortletHandle(java.lang.String portletHandle)
Sets the portletHandle to enable identification of the portlet. |
void |
setRegistrationRequired(boolean required)
Sets the flag indicating whether registration is required or not. |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.util.LinkedList cloneHandles
Constructor Detail |
---|
public ProducerOfferedPortletImpl()
Method Detail |
---|
public java.lang.String getPortletHandle()
getPortletHandle
in interface Portlet
getPortletHandle
in class PortletImpl
public boolean isRegistrationRequired()
isRegistrationRequired
in interface ProducerOfferedPortlet
public void setRegistrationRequired(boolean required)
setRegistrationRequired
in interface ProducerOfferedPortlet
required
- Boolean to be assigned to the requiresReg.-flag.public void setPortletHandle(java.lang.String portletHandle)
setPortletHandle
in interface Portlet
setPortletHandle
in class PortletImpl
portletHandle
- String to be assigned to handle.public void addClone(ConsumerConfiguredPortlet cce)
addClone
in interface ProducerOfferedPortlet
public void deleteClone(ConsumerConfiguredPortlet cce)
deleteClone
in interface ProducerOfferedPortlet
cce
- String representing the portlet-handle of the
corresponding ConsumerConfiguredPortlet.public java.util.Iterator getClones()
getClones
in interface ProducerOfferedPortlet
public java.lang.Object clone()
clone
in interface ProducerOfferedPortlet
clone
in class PortletImpl
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |