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.
|
Modifier and Type | Method and Description |
---|---|
HistoryMap |
UserIF.getHistory()
INTERNAL: Gets the last used objects (instances of Object,
specialisation through the web application) which the user has
visited.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Field and Description |
---|---|
protected HistoryMap |
User.history |
protected HistoryMap |
User.log |
Modifier and Type | Method and Description |
---|---|
HistoryMap |
User.getHistory() |
Modifier and Type | Method and Description |
---|---|
void |
User.setHistory(HistoryMap history) |