com.atlassian.confluence.renderer
Interface ShortcutLinksManager

All Known Implementing Classes:
DefaultShortcutLinksManager

public interface ShortcutLinksManager


Method Summary
 void addShortcutLink(String key, ShortcutLinkConfig expandedValue)
           
 ShortcutLinkConfig getShortcutLinkConfig(String key)
           
 Map getShortcutLinks()
           
 boolean hasShortcutLink(String key)
           
 void removeShortcutLink(String key)
           
 void updateShortcutLinks(Map shortcutLinks)
           
 

Method Detail

getShortcutLinks

public Map getShortcutLinks()

updateShortcutLinks

public void updateShortcutLinks(Map shortcutLinks)

addShortcutLink

public void addShortcutLink(String key,
                            ShortcutLinkConfig expandedValue)

removeShortcutLink

public void removeShortcutLink(String key)

hasShortcutLink

public boolean hasShortcutLink(String key)

getShortcutLinkConfig

public ShortcutLinkConfig getShortcutLinkConfig(String key)


Confluence is developed by Atlassian.