public interface UrlUtils
| Modifier and Type | Method and Description |
|---|---|
String |
decodeResourceName(String resourceName)
Reverse the URL encoding process to get the original resource name.
|
String |
getAssetIdFromShortUrl(String uri)
Get the asset id from a short url.
|
String |
getLongUrl(Asset asset)
Get the long url of an asset
|
String |
getShortUrl(Asset asset)
Get the short url of an asset
|
String |
getUrl(Asset asset)
Get the url of an asset
|
String |
getUrl(Section section)
Get the url of a section
|
String |
getWebsiteDomain(WebSite website)
Get the website domain as a string.
|
String getUrl(Asset asset)
Asset - assetString getUrl(Section section)
Section - sectionString getShortUrl(Asset asset)
Asset - assetString getLongUrl(Asset asset)
Asset - assetString getAssetIdFromShortUrl(String uri)
url - the urlString decodeResourceName(String resourceName)
resourceName - Copyright © 2005–2014 Alfresco Software. All rights reserved.