com.atlassian.confluence.content.render.xhtml.model.resource.identifiers
Class WikiLinkBasedResourceIdentifier

java.lang.Object
  extended by com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.WikiLinkBasedResourceIdentifier
All Implemented Interfaces:
ResourceIdentifier

public class WikiLinkBasedResourceIdentifier
extends Object
implements ResourceIdentifier

A resource identifier representing just the raw data of the link to preserve links which could not be resolved.


Constructor Summary
WikiLinkBasedResourceIdentifier(String originalLinkText)
           
 
Method Summary
 boolean equals(Object o)
           
 String getOriginalLinkText()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WikiLinkBasedResourceIdentifier

public WikiLinkBasedResourceIdentifier(String originalLinkText)
Method Detail

getOriginalLinkText

public String getOriginalLinkText()

toString

public String toString()
Overrides:
toString in class Object

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2003–2015 Atlassian. All rights reserved.