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 |
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