Class UrlResourceIdentifier
- java.lang.Object
-
- com.atlassian.confluence.content.render.xhtml.migration.UrlResourceIdentifier
-
- All Implemented Interfaces:
NamedResourceIdentifier
,ResourceIdentifier
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 Summary
Constructors Constructor Description UrlResourceIdentifier(String url)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getResourceName()
String
getUrl()
int
hashCode()
String
toString()
-
-
-
Constructor Detail
-
UrlResourceIdentifier
public UrlResourceIdentifier(String url)
-
-
Method Detail
-
getResourceName
public String getResourceName()
- Specified by:
getResourceName
in interfaceNamedResourceIdentifier
-
getUrl
public String getUrl()
-
-