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 java.lang.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(java.lang.String originalLinkText)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 java.lang.String getOriginalLinkText()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WikiLinkBasedResourceIdentifier

public WikiLinkBasedResourceIdentifier(java.lang.String originalLinkText)
Method Detail

getOriginalLinkText

public java.lang.String getOriginalLinkText()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object


Copyright © 2003-2014 Atlassian. All Rights Reserved.