Uses of Interface
com.atlassian.confluence.renderer.ShortcutLinksManager

Packages that use ShortcutLinksManager
com.atlassian.confluence.admin.actions   
com.atlassian.confluence.content.render.xhtml.view.link   
com.atlassian.confluence.extra.paste.rest   
com.atlassian.confluence.links   
com.atlassian.confluence.links.linktypes   
com.atlassian.confluence.renderer   
 

Uses of ShortcutLinksManager in com.atlassian.confluence.admin.actions
 

Methods in com.atlassian.confluence.admin.actions with parameters of type ShortcutLinksManager
 void BrowseShortcutsAction.setShortcutLinksManager(ShortcutLinksManager shortcutLinksManager)
           
 

Uses of ShortcutLinksManager in com.atlassian.confluence.content.render.xhtml.view.link
 

Constructors in com.atlassian.confluence.content.render.xhtml.view.link with parameters of type ShortcutLinksManager
ViewShortcutLinkMarshaller(ShortcutLinksManager shortcutLinksManager, Marshaller<UnresolvedLink> unresolvedLinkMarshaller, XmlStreamWriterTemplate xmlStreamWriterTemplate, Marshaller<Link> linkBodyMarshaller, StaxStreamMarshaller<ShortcutResourceIdentifier> resourceIdentifierStaxStreamMarshaller, StaxStreamMarshaller<Link> linkStaxStreamMarshaller, ModelToRenderedClassMapper mapper)
           
 

Uses of ShortcutLinksManager in com.atlassian.confluence.extra.paste.rest
 

Constructors in com.atlassian.confluence.extra.paste.rest with parameters of type ShortcutLinksManager
ShortcutLinkConfigurationsResource(ShortcutLinksManager shortcutLinksManager)
           
 

Uses of ShortcutLinksManager in com.atlassian.confluence.links
 

Methods in com.atlassian.confluence.links with parameters of type ShortcutLinksManager
 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
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
 class DefaultShortcutLinksManager
           
 



Copyright © 2003-2012 Atlassian. All Rights Reserved.