Class ShortcutLink


  • public class ShortcutLink
    extends com.atlassian.renderer.links.BaseLink
    • Field Summary

      Fields 
      Modifier and Type Field Description
      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

      Constructors 
      Constructor Description
      ShortcutLink​(com.atlassian.renderer.links.GenericLinkParser parser, ShortcutLinksManager shortCutLinksManager)  
    • 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()