Uses of Class
dev.webfx.platform.windowhistory.spi.impl.BrowsingHistoryLocationImpl
Packages that use BrowsingHistoryLocationImpl
-
Uses of BrowsingHistoryLocationImpl in dev.webfx.platform.windowhistory.spi.impl
Fields in dev.webfx.platform.windowhistory.spi.impl with type parameters of type BrowsingHistoryLocationImplModifier and TypeFieldDescriptionprotected final Stack<BrowsingHistoryLocationImpl>
MemoryBrowsingHistory.locationStack
Methods in dev.webfx.platform.windowhistory.spi.impl that return BrowsingHistoryLocationImplModifier and TypeMethodDescriptionBrowsingHistoryBase.createHistoryLocation
(PathStateLocation pathStateLocation, BrowsingHistoryEvent event) MemoryBrowsingHistory.getCurrentLocation()
Methods in dev.webfx.platform.windowhistory.spi.impl that return types with arguments of type BrowsingHistoryLocationImplModifier and TypeMethodDescriptionprotected Future<BrowsingHistoryLocationImpl>
BrowsingHistoryBase.checkBeforeThenTransit
(PathStateLocation location, BrowsingHistoryEvent event) protected Future<BrowsingHistoryLocationImpl>
BrowsingHistoryBase.checkBeforeUnloadThenCheckBeforeThenTransit
(PathStateLocation location, BrowsingHistoryEvent event) Methods in dev.webfx.platform.windowhistory.spi.impl with parameters of type BrowsingHistoryLocationImplModifier and TypeMethodDescriptionprotected void
BrowsingHistoryBase.doAcceptedPop
(BrowsingHistoryLocationImpl historyLocation) protected abstract void
BrowsingHistoryBase.doAcceptedPush
(BrowsingHistoryLocationImpl historyLocation) protected void
MemoryBrowsingHistory.doAcceptedPush
(BrowsingHistoryLocationImpl historyLocation) protected void
SubBrowsingHistory.doAcceptedPush
(BrowsingHistoryLocationImpl historyLocation) protected abstract void
BrowsingHistoryBase.doAcceptedReplace
(BrowsingHistoryLocationImpl historyLocation) protected void
MemoryBrowsingHistory.doAcceptedReplace
(BrowsingHistoryLocationImpl historyLocation) protected void
SubBrowsingHistory.doAcceptedReplace
(BrowsingHistoryLocationImpl historyLocation) protected void
BrowsingHistoryBase.transit
(BrowsingHistoryLocationImpl newHistoryLocation)