Uses of Class
com.atlassian.confluence.renderer.ShortcutLinkConfig
-
Packages that use ShortcutLinkConfig Package Description com.atlassian.confluence.admin.actions com.atlassian.confluence.renderer -
-
Uses of ShortcutLinkConfig in com.atlassian.confluence.admin.actions
Methods in com.atlassian.confluence.admin.actions that return ShortcutLinkConfig Modifier and Type Method Description ShortcutLinkConfigBrowseShortcutsAction. getShortcutLinkConfig()Methods in com.atlassian.confluence.admin.actions with parameters of type ShortcutLinkConfig Modifier and Type Method Description voidBrowseShortcutsAction. setShortcutLinkConfig(ShortcutLinkConfig shortcutLinkConfig) -
Uses of ShortcutLinkConfig in com.atlassian.confluence.renderer
Methods in com.atlassian.confluence.renderer that return ShortcutLinkConfig Modifier and Type Method Description ShortcutLinkConfigDefaultShortcutLinksManager. getShortcutLinkConfig(String key)ShortcutLinkConfigShortcutLinksManager. getShortcutLinkConfig(String key)Methods in com.atlassian.confluence.renderer that return types with arguments of type ShortcutLinkConfig Modifier and Type Method Description Map<String,ShortcutLinkConfig>DefaultShortcutLinksManager. getShortcutLinks()Map<String,ShortcutLinkConfig>ShortcutLinksManager. getShortcutLinks()Methods in com.atlassian.confluence.renderer with parameters of type ShortcutLinkConfig Modifier and Type Method Description voidDefaultShortcutLinksManager. addShortcutLink(String key, ShortcutLinkConfig shortcutLinkConfig)Add a shortcut.voidShortcutLinksManager. addShortcutLink(String key, ShortcutLinkConfig expandedValue)
-