com.atlassian.confluence.links.linktypes
Class ShortcutLink

java.lang.Object
  extended by com.atlassian.renderer.links.Link
      extended by com.atlassian.renderer.links.BaseLink
          extended by com.atlassian.confluence.links.linktypes.ShortcutLink

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


Field Summary
static String SHORTCUT_ICON
           
 
Fields inherited from class com.atlassian.renderer.links.Link
aliasSpecified, iconName, linkBody, relativeUrl, title, titleArgs, titleKey, url, wikiDestination, wikiTitle
 
Constructor Summary
ShortcutLink(com.atlassian.renderer.links.GenericLinkParser parser, ShortcutLinksManager shortCutLinksManager)
           
 
Method Summary
 boolean hasDestination()
           
protected static String substituteShortcutValue(String template, String shortcutValue, boolean placeAtEndIfMissing)
           
 
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, isRelativeUrl
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SHORTCUT_ICON

public static final String SHORTCUT_ICON
See Also:
Constant Field Values
Constructor Detail

ShortcutLink

public ShortcutLink(com.atlassian.renderer.links.GenericLinkParser parser,
                    ShortcutLinksManager shortCutLinksManager)
Method Detail

substituteShortcutValue

protected static String substituteShortcutValue(String template,
                                                String shortcutValue,
                                                boolean placeAtEndIfMissing)

hasDestination

public boolean hasDestination()


Copyright © 2003-2011 Atlassian. All Rights Reserved.