Interface BrowseHistory
-
- All Known Implementing Classes:
DefaultBrowseHistory
public interface BrowseHistory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddBrowseHistoryEntry(BrowseHistoryEntry browseHistoryEntry)Adds the url to the browsing history.BrowseHistoryEntryfindEntryMatchUrlEndsWith(java.lang.String match)
-
-
-
Method Detail
-
addBrowseHistoryEntry
void addBrowseHistoryEntry(BrowseHistoryEntry browseHistoryEntry)
Adds the url to the browsing history.- Parameters:
browseHistoryEntry- theBrowseHistoryEntrythat will be added to the history
-
findEntryMatchUrlEndsWith
BrowseHistoryEntry findEntryMatchUrlEndsWith(java.lang.String match)
-
-