com.atlassian.confluence.renderer
Interface ShortcutLinksManager
- All Known Implementing Classes:
- DefaultShortcutLinksManager
public interface ShortcutLinksManager
getShortcutLinks
Map getShortcutLinks()
updateShortcutLinks
void updateShortcutLinks(Map shortcutLinks)
addShortcutLink
void addShortcutLink(String key,
ShortcutLinkConfig expandedValue)
removeShortcutLink
void removeShortcutLink(String key)
hasShortcutLink
boolean hasShortcutLink(String key)
getShortcutLinkConfig
ShortcutLinkConfig getShortcutLinkConfig(String key)