com.atlassian.renderer
Class SimpleAnchorLink

java.lang.Object
  extended by com.atlassian.renderer.links.Link
      extended by com.atlassian.renderer.SimpleAnchorLink

public class SimpleAnchorLink
extends com.atlassian.renderer.links.Link

Removes the initial # from the body of an anchor link, as per the ConfluenceLinkResolver


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

Constructor Detail

SimpleAnchorLink

public SimpleAnchorLink(com.atlassian.renderer.links.GenericLinkParser parser)


Copyright © 2008 Atlassian Pty Ltd. All Rights Reserved.