com.bea.wsrp.consumer.management.portlet
Interface ImportedPortlet


public interface ImportedPortlet

Contains information about a successfully imported portlet.

This interface is intended to be implemented only by BEA Weblogic Portal.BEA Systems reserves the right to add abstract methods to this interface without notice. Implementations of this interface by other parties must not be expected to compile without change in future versions of BEA Weblogic Portal.

Method Summary
 String getExportPortletHandle()
          Gets the portlet handle the portlet was exported under.
 IPortletContext getPortletContext()
          Gets the portlet context for the newly imported portlet.
 String getPortletHandle()
          Gets the new portlet handle for the newly imported portlet.
 

Method Detail

getExportPortletHandle

String getExportPortletHandle()
Gets the portlet handle the portlet was exported under.


getPortletHandle

String getPortletHandle()
Gets the new portlet handle for the newly imported portlet.


getPortletContext

IPortletContext getPortletContext()
Gets the portlet context for the newly imported portlet.



Copyright © 2006 BEA Systems, Inc. All Rights Reserved