com.ibm.portal.portlet
Interface IWidgetWrapperURICreationContext

All Superinterfaces:
CreationContext, IWidgetWrapperCreationContext

public interface IWidgetWrapperURICreationContext
extends IWidgetWrapperCreationContext

A context for creating portlet definitions based on iwidget definition URIs. Instances of this creation context can be obtained from the CreationContextBuilderFactory

Since:
7.0.0.0

Method Summary
 java.net.URI getIWidgetURI()
          The uri of the iwidget definition to be wrapped by a new iwidget wrapper portlet clone.
 
Methods inherited from interface com.ibm.portal.portlet.IWidgetWrapperCreationContext
getCorContext
 

Method Detail

getIWidgetURI

java.net.URI getIWidgetURI()
The uri of the iwidget definition to be wrapped by a new iwidget wrapper portlet clone.

Returns:
The uri of the iwidget definition to be wrapped by the new iwidget wrapper portlet clone.