com.ibm.portal.content
Interface ModifiableExternalContentURL
- All Superinterfaces:
- ActiveFlag, ContentNode, ContentURL, ExternalContentURL, Identifiable, Localized, MarkupCapable, Modifiable, ModifiableActiveFlag, ModifiableContentNode, ModifiableContentURL, ModifiableIdentifiable, ModifiableLocalized, ModifiableMarkupCapable
public interface ModifiableExternalContentURL
- extends ModifiableContentURL, ExternalContentURL
An interface representing a modifiable external content URL instance.
- Since:
- 6.1.0
Method Summary |
boolean
| com.ibm.portal.admin.Markup)">confirmSetURL(java.lang.String aURL,
Markup aMarkup)
Indicates if the specified URL may be set for the specified markup.
|
java.lang.String
| com.ibm.portal.admin.Markup)">setURL(java.lang.String aURL,
Markup aMarkup)
Set the URL for the ContentURL for the specified markup.
|
Methods inherited from interface com.ibm.portal.ModifiableLocalized |
confirmRemoveDescription, confirmRemoveDescriptions, confirmRemoveDescriptions, confirmRemoveTitle, confirmRemoveTitles, confirmRemoveTitles, confirmRetainDescriptions, confirmRetainTitles, confirmSetAll, confirmSetDescription, confirmSetDescriptions, confirmSetTitle, confirmSetTitles, removeDescription, removeDescriptions, removeDescriptions, removeTitle, removeTitles, removeTitles, retainDescriptions, retainTitles, setAll, setDescription, setDescriptions, setTitle, setTitles
|
com.ibm.portal.admin.Markup)">
setURL
java.lang.String setURL(java.lang.String aURL,
Markup aMarkup)
throws CannotModifyPropertyException
- Set the URL for the ContentURL for the specified markup.
- Parameters:
- aURL - a URL string according to RFC1738 Section 2.1
- aMarkup - the markup for which to set the URL
- Returns:
- the former URL
- Throws:
- CannotModifyPropertyException - in case the URL cannot be set
com.ibm.portal.admin.Markup)">
confirmSetURL
boolean confirmSetURL(java.lang.String aURL,
Markup aMarkup)
- Indicates if the specified URL may be set for the specified markup.
- Parameters:
- aURL - URL string according to RFC1738 Section 2.1 for which to
indicate if it may be set
- aMarkup - markup for which to indicate if the URL may be set
- Returns:
true
in case the specified url may be set,
false
otherwise