Uses of Interface
com.atlassian.confluence.renderer.ShortcutLinksManager
-
-
Uses of ShortcutLinksManager in com.atlassian.confluence.admin.actions
Methods in com.atlassian.confluence.admin.actions with parameters of type ShortcutLinksManager Modifier and Type Method Description void
BrowseShortcutsAction. setShortcutLinksManager(ShortcutLinksManager shortcutLinksManager)
-
Uses of ShortcutLinksManager in com.atlassian.confluence.content.render.xhtml.view.link
-
Uses of ShortcutLinksManager in com.atlassian.confluence.extra.paste.rest
Constructors in com.atlassian.confluence.extra.paste.rest with parameters of type ShortcutLinksManager Constructor Description ShortcutLinkConfigurationsResource(ShortcutLinksManager shortcutLinksManager, PermissionManager permissionManager)
-
Uses of ShortcutLinksManager in com.atlassian.confluence.links
Methods in com.atlassian.confluence.links with parameters of type ShortcutLinksManager Modifier and Type Method Description void
ConfluenceLinkResolver. setShortcutLinksManager(ShortcutLinksManager shortcutLinksManager)
-
Uses of ShortcutLinksManager in com.atlassian.confluence.links.linktypes
Constructors in com.atlassian.confluence.links.linktypes with parameters of type ShortcutLinksManager Constructor Description ShortcutLink(com.atlassian.renderer.links.GenericLinkParser parser, ShortcutLinksManager shortCutLinksManager)
-
Uses of ShortcutLinksManager in com.atlassian.confluence.renderer
Classes in com.atlassian.confluence.renderer that implement ShortcutLinksManager Modifier and Type Class Description class
DefaultShortcutLinksManager
-