Interface BrowseHistory

    • Method Detail

      • addBrowseHistoryEntry

        void addBrowseHistoryEntry​(BrowseHistoryEntry browseHistoryEntry)
        Adds the url to the browsing history.
        Parameters:
        browseHistoryEntry - the BrowseHistoryEntry that will be added to the history
      • findEntryMatchUrlEndsWith

        BrowseHistoryEntry findEntryMatchUrlEndsWith​(java.lang.String match)