Uses of Class
net.ontopia.topicmaps.nav2.utils.HistoryMap
-
Packages that use HistoryMap Package Description net.ontopia.topicmaps.nav2.core Provides interfaces for the Navigator Tag Libraries and Framework.net.ontopia.topicmaps.nav2.impl.framework The implementation of the Navigator Framework related interfaces. -
-
Uses of HistoryMap in net.ontopia.topicmaps.nav2.core
Methods in net.ontopia.topicmaps.nav2.core that return HistoryMap Modifier and Type Method Description HistoryMap
UserIF. getHistory()
INTERNAL: Gets the last used objects (instances of Object, specialisation through the web application) which the user has visited.Methods in net.ontopia.topicmaps.nav2.core with parameters of type HistoryMap Modifier and Type Method Description void
UserIF. setHistory(HistoryMap hm)
INTERNAL: Sets the last used objects that are in relation to the user and his path through the web application. -
Uses of HistoryMap in net.ontopia.topicmaps.nav2.impl.framework
Fields in net.ontopia.topicmaps.nav2.impl.framework declared as HistoryMap Modifier and Type Field Description protected HistoryMap
User. history
protected HistoryMap
User. log
Methods in net.ontopia.topicmaps.nav2.impl.framework that return HistoryMap Modifier and Type Method Description HistoryMap
User. getHistory()
Methods in net.ontopia.topicmaps.nav2.impl.framework with parameters of type HistoryMap Modifier and Type Method Description void
User. setHistory(HistoryMap history)
-