Class DefaultBrowseHistory
java.lang.Object
de.hybris.platform.acceleratorstorefrontcommons.history.impl.DefaultBrowseHistory
- All Implemented Interfaces:
BrowseHistory
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddBrowseHistoryEntry(BrowseHistoryEntry browseHistoryEntry) Adds the url to the browsing history.findEntryMatchUrlEndsWith(String match) protected Deque<BrowseHistoryEntry>protected intprotected CMSSiteServiceprotected SessionServicevoidsetCapacity(int capacity) voidsetCmsSiteService(CMSSiteService cmsSiteService) voidsetSessionService(SessionService sessionService)
-
Constructor Details
-
DefaultBrowseHistory
public DefaultBrowseHistory()
-
-
Method Details
-
getSessionService
-
setSessionService
-
getCmsSiteService
-
setCmsSiteService
-
getCapacity
protected int getCapacity() -
setCapacity
public void setCapacity(int capacity) -
addBrowseHistoryEntry
Description copied from interface:BrowseHistoryAdds the url to the browsing history.- Specified by:
addBrowseHistoryEntryin interfaceBrowseHistory- Parameters:
browseHistoryEntry- theBrowseHistoryEntrythat will be added to the history
-
getBrowseHistoryEntries
-
findEntryMatchUrlEndsWith
- Specified by:
findEntryMatchUrlEndsWithin interfaceBrowseHistory
-