protected class ResourcePublisherService.ShortcutsRegistry extends Object
Modifier and Type | Field and Description |
---|---|
protected Map<String,ObjectName> |
registry |
Modifier | Constructor and Description |
---|---|
protected |
ShortcutsRegistry() |
Modifier and Type | Method and Description |
---|---|
protected void |
doRegisterShortcut(ShortcutDescriptor descriptor) |
protected void |
doRegisterShortcut(String shortName,
ObjectName qualifiedName) |
protected void |
doRegisterShortcut(String shortName,
String qualifiedName) |
protected void |
doUnregisterShortcut(ShortcutDescriptor descriptor) |
protected void |
doUnregisterShortcut(String name) |
void |
unregisterShortcut(String name) |
protected final Map<String,ObjectName> registry
protected ShortcutsRegistry()
protected void doRegisterShortcut(ShortcutDescriptor descriptor)
protected void doRegisterShortcut(String shortName, String qualifiedName)
protected void doRegisterShortcut(String shortName, ObjectName qualifiedName)
protected void doUnregisterShortcut(ShortcutDescriptor descriptor)
protected void doUnregisterShortcut(String name)
public void unregisterShortcut(String name)
Copyright © 2018 Nuxeo. All rights reserved.