Class ExtensionHttpPanelLargeRequestView

  • All Implemented Interfaces:
    Extension

    @Deprecated
    public class ExtensionHttpPanelLargeRequestView
    extends ExtensionAdaptor
    Deprecated.
    (2.12.0) No longer in use.
    • Constructor Detail

      • ExtensionHttpPanelLargeRequestView

        public ExtensionHttpPanelLargeRequestView()
        Deprecated.
    • Method Detail

      • hook

        public void hook​(ExtensionHook extensionHook)
        Deprecated.
        Description copied from interface: Extension
        Called during extension's initialisation to allow to add new functionality to core components.
        Specified by:
        hook in interface Extension
        Overrides:
        hook in class ExtensionAdaptor
        Parameters:
        extensionHook - the hook to add the components.
      • unload

        public void unload()
        Deprecated.
        Description copied from class: ExtensionAdaptor
        Unloads any component manually added to ZAP or other extensions (that is, a component that was not added through the ExtensionHook).

        Should be called only by core functionality (e.g. during uninstallation of the extension).

        Does nothing by default.

        Specified by:
        unload in interface Extension
        Overrides:
        unload in class ExtensionAdaptor
        See Also:
        Extension.hook(ExtensionHook)
      • getAuthor

        public java.lang.String getAuthor()
        Deprecated.
        Description copied from interface: Extension
        Gets the author of the extension.

        Since 2.9.0 defaults to the author of the add-on, if set, otherwise an empty string.

        Returns:
        the author of the extension, might be null.
      • supportsDb

        public boolean supportsDb​(java.lang.String type)
        Deprecated.
        No database tables used, so all supported
        Specified by:
        supportsDb in interface Extension
        Overrides:
        supportsDb in class ExtensionAdaptor
        Parameters:
        type - the db type
        Returns:
        true if the specified db type is supported by the extension (or if it doesn't use any db)
        See Also:
        Database.getType()