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

All Superinterfaces
Serializable

public interface ExportedPortlet
extends Serializable

Contains information for a single exported 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
 byte[] getExportData()
          Gets the exported portlet binary data.
 String getPortletHandle()
          Gets the portlet handle for the portlet when it was exported.
 boolean isProducerOfferedPortlet()
          Determines if the portlet was a producer-offered portlet (POP) when it was exported.
 

Method Detail

getExportData

byte[] getExportData()
Gets the exported portlet binary data.


getPortletHandle

String getPortletHandle()
Gets the portlet handle for the portlet when it was exported.


isProducerOfferedPortlet

boolean isProducerOfferedPortlet()
Determines if the portlet was a producer-offered portlet (POP) when it was exported.



Copyright © 2006 BEA Systems, Inc. All Rights Reserved