| Modifier and Type | Method and Description |
|---|---|
List<IContextMenuFactory> |
IBurpExtenderCallbacks.getContextMenuFactories()
This method is used to retrieve the context menu factories that are
registered by the extension.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IBurpExtenderCallbacks.registerContextMenuFactory(IContextMenuFactory factory)
This method is used to register a factory for custom context menu items.
|
void |
IBurpExtenderCallbacks.removeContextMenuFactory(IContextMenuFactory factory)
This method is used to remove a context menu factory that has been
registered by the extension.
|
Copyright © 2017. All rights reserved.