com.ibm.portal.content
Interface ExternalContentURL

All Superinterfaces:
ActiveFlag, ContentNode, ContentURL, DeviceClassCapable, Identifiable, Localized, MarkupCapable
All Known Subinterfaces:
ModifiableExternalContentURL

public interface ExternalContentURL
extends ContentURL

An interface for a content node representing an external URL. This a URL that points to an external resource.

Since:
6.1.0

Method Summary
 java.lang.String getURL(Markup aMarkup)
          Returns the URL that this content node represents for the given markup.
 java.lang.String getURL(java.lang.String aMarkup)
          Returns the URL that this content node represents for the given markup
 
Methods inherited from interface com.ibm.portal.content.ContentURL
newURL
 
Methods inherited from interface com.ibm.portal.content.ContentNode
getContentNodeType
 
Methods inherited from interface com.ibm.portal.Identifiable
getObjectID
 
Methods inherited from interface com.ibm.portal.Localized
getDescription, getLocales, getTitle
 
Methods inherited from interface com.ibm.portal.admin.MarkupCapable
getMarkups, supportsMarkup, supportsMarkup
 
Methods inherited from interface com.ibm.portal.ActiveFlag
isActive
 
Methods inherited from interface com.ibm.portal.devicesupport.DeviceClassCapable
getDeviceClasses, supportsDeviceClass
 

Method Detail

getURL

java.lang.String getURL(Markup aMarkup)
Returns the URL that this content node represents for the given markup.

Specified by:
getURL in interface ContentURL
Parameters:
aMarkup - the markup for which to retrieve the URL
Returns:
a URL

getURL

java.lang.String getURL(java.lang.String aMarkup)
Returns the URL that this content node represents for the given markup

Specified by:
getURL in interface ContentURL
Parameters:
aMarkup - the markup for which to retrieve the URL
Returns:
a URL