com.atlassian.renderer
Class TolerantLink

java.lang.Object
  extended by com.atlassian.renderer.links.Link
      extended by com.atlassian.renderer.links.BaseLink
          extended by com.atlassian.renderer.TolerantLink

public class TolerantLink
extends com.atlassian.renderer.links.BaseLink

Only used in tests. See SimpleLinkResolver.


Field Summary
 
Fields inherited from class com.atlassian.renderer.links.Link
aliasSpecified, iconName, linkBody, relativeUrl, title, titleArgs, titleKey, url, wikiDestination, wikiTitle
 
Constructor Summary
TolerantLink(com.atlassian.renderer.links.GenericLinkParser parser)
           
 
Method Summary
 boolean isRelativeUrl()
           
 
Methods inherited from class com.atlassian.renderer.links.BaseLink
equals, getOriginalParser, hashCode, setI18nTitle, setTitle
 
Methods inherited from class com.atlassian.renderer.links.Link
getIconName, getLinkAttributes, getLinkBody, getOriginalLinkText, getTitle, getTitleArgs, getTitleKey, getUnpermittedLinkBody, getUrl, getWikiDestination, getWikiTitle, isAliasSpecified
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TolerantLink

public TolerantLink(com.atlassian.renderer.links.GenericLinkParser parser)
             throws java.text.ParseException
Throws:
java.text.ParseException
Method Detail

isRelativeUrl

public boolean isRelativeUrl()
Overrides:
isRelativeUrl in class com.atlassian.renderer.links.Link


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.