com.atlassian.confluence.renderer
Class ShortcutLinks

java.lang.Object
  extended by com.atlassian.confluence.renderer.ShortcutLinks

public class ShortcutLinks
extends Object


Constructor Summary
ShortcutLinks()
           
 
Method Summary
 void addShortcut(String key, String expandedValue)
           
 Map getShortcuts()
           
 void removeShortcut(String key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShortcutLinks

public ShortcutLinks()
Method Detail

addShortcut

public void addShortcut(String key,
                        String expandedValue)

removeShortcut

public void removeShortcut(String key)

getShortcuts

public Map getShortcuts()


Copyright © 2003-2012 Atlassian. All Rights Reserved.