Class UserFilterContextStore
java.lang.Object
net.ontopia.topicmaps.nav.context.UserFilterContextStore
INTERNAL: Storage of four different sets of scoping
themes in dependance of a topicmap.
- base name,
- variant name,
- occurrence and
- association scopes
An object of this class can be set to the user session or referenced by another class which stores user information in the JSP session context.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidfinalize()default destructorgetScopeAssociations(TopicMapIF topicmap) getScopeOccurrences(TopicMapIF topicmap) getScopeTopicNames(TopicMapIF topicmap) getScopeVariantNames(TopicMapIF topicmap) voidresetScopeAssociations(TopicMapIF topicmap) voidresetScopeOccurrences(TopicMapIF topicmap) voidresetScopeTopicNames(TopicMapIF topicmap) voidresetScopeVariantNames(TopicMapIF topicmap) voidsetScopeAssociations(TopicMapIF topicmap, Collection themes_associations) voidsetScopeOccurrences(TopicMapIF topicmap, Collection themes_occurrences) voidsetScopeTopicNames(TopicMapIF topicmap, Collection themes_baseNames) voidsetScopeVariantNames(TopicMapIF topicmap, Collection themes_variantNames) toString()serialize this for debugging purposes.
-
Constructor Details
-
UserFilterContextStore
public UserFilterContextStore()default constructor
-
-
Method Details
-
finalize
protected void finalize()default destructor -
toString
serialize this for debugging purposes. -
setScopeTopicNames
-
setScopeVariantNames
-
setScopeOccurrences
-
setScopeAssociations
-
resetScopeTopicNames
-
resetScopeVariantNames
-
resetScopeOccurrences
-
resetScopeAssociations
-
getScopeTopicNames
-
getScopeVariantNames
-
getScopeOccurrences
-
getScopeAssociations
-