com.atlassian.confluence.renderer
Interface ShortcutLinksManager

All Known Implementing Classes:
DefaultShortcutLinksManager

public interface ShortcutLinksManager


Method Summary
 void addShortcutLink(java.lang.String key, ShortcutLinkConfig expandedValue)
           
 ShortcutLinkConfig getShortcutLinkConfig(java.lang.String key)
           
 java.util.Map<java.lang.String,ShortcutLinkConfig> getShortcutLinks()
           
 boolean hasShortcutLink(java.lang.String key)
           
 void removeShortcutLink(java.lang.String key)
           
 void updateShortcutLinks(java.util.Map shortcutLinks)
           
 

Method Detail

getShortcutLinks

java.util.Map<java.lang.String,ShortcutLinkConfig> getShortcutLinks()

updateShortcutLinks

void updateShortcutLinks(java.util.Map shortcutLinks)

addShortcutLink

void addShortcutLink(java.lang.String key,
                     ShortcutLinkConfig expandedValue)

removeShortcutLink

void removeShortcutLink(java.lang.String key)

hasShortcutLink

boolean hasShortcutLink(java.lang.String key)

getShortcutLinkConfig

ShortcutLinkConfig getShortcutLinkConfig(java.lang.String key)


Copyright © 2003-2011 Atlassian. All Rights Reserved.