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 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 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-2008 Atlassian Pty Ltd. All Rights Reserved.