Class ScopeUtils

java.lang.Object
net.ontopia.topicmaps.nav2.utils.ScopeUtils
All Implemented Interfaces:
ScopeSupportIF

public final class ScopeUtils extends Object implements ScopeSupportIF
INTERNAL: Framework related utility class providing some helper methods needed to easier for access to scope information.
  • Constructor Details

    • ScopeUtils

      public ScopeUtils()
  • Method Details

    • getScopeDecider

      public static Predicate<ScopedIF> getScopeDecider(javax.servlet.jsp.PageContext pageContext, ContextTag contextTag, int scopeType)
      INTERNAL: Get FilterIF object which provides the possibility to decide if one topic map objects belongs to the wanted scope. Default is to use the IntersectionOfContextDecider.
      See Also: