All Known Implementing Classes:
DefaultBrowseHistory

public interface BrowseHistory
  • Method Details

    • 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(String match)