Skip navigation links


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

All Superinterfaces
com.bea.wsrp.bind.IPortletContextHolder

public interface ImportedPortlet
extends com.bea.wsrp.bind.IPortletContextHolder

Contains information about a successfully imported portlet.

This interface is intended to be implemented only by Oracle Weblogic Portal. Oracle 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 Oracle Weblogic Portal.

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

 

Methods inherited from interface com.bea.wsrp.bind.IPortletContextHolder
getPortletContext

 

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.

Skip navigation links


Copyright © 2010, Oracle. All rights reserved.