Class UserFilterContextStore

java.lang.Object
net.ontopia.topicmaps.nav.context.UserFilterContextStore

public class UserFilterContextStore extends Object
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 Details

    • UserFilterContextStore

      public UserFilterContextStore()
      default constructor
  • Method Details

    • finalize

      protected void finalize()
      default destructor
      Overrides:
      finalize in class Object
    • toString

      public String toString()
      serialize this for debugging purposes.
      Overrides:
      toString in class Object
    • setScopeTopicNames

      public void setScopeTopicNames(TopicMapIF topicmap, Collection themes_baseNames)
    • setScopeVariantNames

      public void setScopeVariantNames(TopicMapIF topicmap, Collection themes_variantNames)
    • setScopeOccurrences

      public void setScopeOccurrences(TopicMapIF topicmap, Collection themes_occurrences)
    • setScopeAssociations

      public void setScopeAssociations(TopicMapIF topicmap, Collection themes_associations)
    • resetScopeTopicNames

      public void resetScopeTopicNames(TopicMapIF topicmap)
    • resetScopeVariantNames

      public void resetScopeVariantNames(TopicMapIF topicmap)
    • resetScopeOccurrences

      public void resetScopeOccurrences(TopicMapIF topicmap)
    • resetScopeAssociations

      public void resetScopeAssociations(TopicMapIF topicmap)
    • getScopeTopicNames

      public Collection getScopeTopicNames(TopicMapIF topicmap)
    • getScopeVariantNames

      public Collection getScopeVariantNames(TopicMapIF topicmap)
    • getScopeOccurrences

      public Collection getScopeOccurrences(TopicMapIF topicmap)
    • getScopeAssociations

      public Collection getScopeAssociations(TopicMapIF topicmap)