Package burp.api.montoya.ui.contextmenu
Interface ContextMenuItemsProvider
public interface ContextMenuItemsProvider
This interface allows extensions to implement and register a provider for custom context menu items.
-
Method Summary
Modifier and TypeMethodDescriptionInvoked by Burp Suite when the user requests a context menu with audit issue information in the user interface.provideMenuItems
(ContextMenuEvent event) Invoked by Burp Suite when the user requests a context menu with HTTP request/response information in the user interface.Invoked by Burp Suite when the user requests a context menu with WebSocket information in the user interface.
-
Method Details