Class UrlResourceIdentifier
java.lang.Object
com.atlassian.confluence.content.render.xhtml.migration.UrlResourceIdentifier
- All Implemented Interfaces:
- NamedResourceIdentifier,- ResourceIdentifier
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 SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
UrlResourceIdentifier
 
- 
- 
Method Details- 
getResourceName- Specified by:
- getResourceNamein interface- NamedResourceIdentifier
 
- 
getUrl
- 
toString
- 
equals
- 
hashCodepublic int hashCode()
 
-