com.ibm.portal.portlet
Interface IWidgetWrapperURLCreationContext

All Superinterfaces:
CreationContext, IWidgetWrapperCreationContext

public interface IWidgetWrapperURLCreationContext
extends IWidgetWrapperCreationContext

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

Since:
7.0.0.0

Method Summary
 java.lang.String getIWidgetURL()
          The url of the iwidget definition to be wrapped by the new iwidget wrapper portlet clone.
 ObjectID getPageID()
          The page id of the static content page that shall serve relative widget URLs.
 
Methods inherited from interface com.ibm.portal.portlet.IWidgetWrapperCreationContext
getCorContext
 

Method Detail

getIWidgetURL

java.lang.String getIWidgetURL()
The url of the iwidget definition to be wrapped by the new iwidget wrapper portlet clone.

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

getPageID

ObjectID getPageID()
The page id of the static content page that shall serve relative widget URLs. This value may be null if only absolute or server relative URLs are being used.

Returns:
The ObjectID of the static content page that shall serve relative widget URLs, may be null.