Clones an portlet (Producer Offered or Consumer Configured Portlet)
associated by portlet-handle. Only the portlet-object should be cloned,
not the portlet-description the portlet references.
Adds the new Consumer Configured Portlet (after assigning a new
portletHandle)to the hashmap after cloning.
Creates a new portlet state corresponding to the portlet state of
the portlet to be cloned by calling the PortletStateManager.
Throws CommonException if portlet to be cloned could not be found
Parameters: portletHandle - String identifying the portlet to be cloned. ConsumerConfiguredPortlet The portlet-clone. |