Interface SiteMapNode


  • public interface SiteMapNode
    This interface is used to represent items in the Burp's site map.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String url()
      This method is used to retrieve the URL associated with the site map's node.
    • Method Detail

      • url

        java.lang.String url()
        This method is used to retrieve the URL associated with the site map's node.
        Returns:
        The URL of the node.