com.atlassian.confluence.links.linktypes
Class ShortcutLink

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

public class ShortcutLink
extends BaseLink


Field Summary
static String SHORTCUT_ICON
           
 
Fields inherited from class com.atlassian.renderer.links.Link
iconName, linkBody, relativeUrl, title, titleArgs, titleKey, url
 
Constructor Summary
ShortcutLink(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, 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(GenericLinkParser parser,
                    ShortcutLinksManager shortCutLinksManager)
Method Detail

substituteShortcutValue

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

hasDestination

public boolean hasDestination()


Confluence is developed by Atlassian.