public class UrlResourceIdentifier extends Object implements NamedResourceIdentifier
URL based identifier. In the context of links this will only occur during wiki to XHTML migration since the standard XHTML 'a' tag is sufficient for linking to a URL.
This resource identifier will be more commonly used in the case of embedded images which point to the web.
Constructor and Description |
---|
UrlResourceIdentifier(String url) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getResourceName() |
String |
getUrl() |
int |
hashCode() |
String |
toString() |
public UrlResourceIdentifier(String url)
public String getResourceName()
getResourceName
in interface NamedResourceIdentifier
public String getUrl()
Copyright © 2003–2020 Atlassian. All rights reserved.