org.apache.wsrp4j.producer.provider
Interface Portlet

All Superinterfaces:
java.lang.Cloneable
All Known Subinterfaces:
ConsumerConfiguredPortlet, ProducerOfferedPortlet
All Known Implementing Classes:
ConsumerConfiguredPortletImpl, PortletImpl, ProducerOfferedPortletImpl

public interface Portlet
extends java.lang.Cloneable

Provides an interface to a class encapsulating Portlet-objects.

Author:
Stefan Behl

Method Summary
 java.lang.String getPortletHandle()
          Returns the portletHandle.
 void setPortletHandle(java.lang.String portletHandle)
          Sets the portletHandle to enable identification of the portlet.
 

Method Detail

getPortletHandle

java.lang.String getPortletHandle()
Returns the portletHandle.

Returns:
A String representing the portletHandle.

setPortletHandle

void setPortletHandle(java.lang.String portletHandle)
Sets the portletHandle to enable identification of the portlet.

Parameters:
portletHandle - String to be assigned to handle.