com.ibm.portal.content
Interface InternalContentURL
- All Superinterfaces:
- ActiveFlag, ContentNode, ContentURL, Identifiable, Localized, MarkupCapable
- All Known Subinterfaces:
- ModifiableInternalContentURL
public interface InternalContentURL
- extends ContentURL
An interface for a content node representing an internal URL.
This a URL that points to another ContentNode in the
content model.
- Since:
- 6.1.0
getTarget
Identifiable getTarget()
- Returns the target of the internal content URL.
- Returns:
- the target of the content URL, or
null
if none
is available
com.ibm.portal.admin.Markup)">
getTarget
Identifiable getTarget(Markup aMarkup)
- Returns the target of the internal content URL for the given markup.
- Parameters:
- aMarkup - the markup for which to retrieve the target
- Returns:
- the target of the content URL, or
null
if none
is available
getTarget
Identifiable getTarget(java.lang.String aMarkup)
- Returns the target of the internal content URL for the given markup.
- Parameters:
- aMarkup - the markup for which to retrieve the target
- Returns:
- the target of the content URL, or
null
if none
is available