Tree PREV CLASS NEXT CLASS SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD com.ibm.portal.content
Interface InternalContentURL
- All Superinterfaces:
- ActiveFlag, ContentNode, ContentURL, DeviceClassCapable, 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
Method Summary Identifiable getTarget()
Return the target of the internal content URL.Identifiable getTarget(Markup aMarkup)
Return the target of the internal content URL for the given markup.Identifiable getTarget(java.lang.String aMarkup)
Return the target of the internal content URL for the given markup.
Methods inherited from interface com.ibm.portal.content.ContentURL getURL, getURL, 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 getTarget
Identifiable getTarget()
- Returns the target of the internal content URL.
- Returns:
- the target of the content URL, or null if none is available
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
Tree PREV CLASS NEXT CLASS SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD