public class KeyboardShortcutResource extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
KeyboardShortcutResource.Shortcut |
static class |
KeyboardShortcutResource.Shortcuts |
| Constructor and Description |
|---|
KeyboardShortcutResource(KeyboardShortcutManager keyboardShortcutManager) |
| Modifier and Type | Method and Description |
|---|---|
protected List<KeyboardShortcut> |
getKeyboardShortcutsFor(Set<String> contextNames) |
javax.ws.rs.core.Response |
getShortCuts(Set<String> contextNames)
Returns a JSON representation of the keyboard shortcuts requested (which always
includes the global context shortcuts).
|
public KeyboardShortcutResource(KeyboardShortcutManager keyboardShortcutManager)
public javax.ws.rs.core.Response getShortCuts(Set<String> contextNames)
contextNames - keyboard shortcut contexts to include along with the global contextprotected List<KeyboardShortcut> getKeyboardShortcutsFor(Set<String> contextNames)
Copyright © 2002-2017 Atlassian. All Rights Reserved.