Class 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 Detail

      • ScopeUtils

        public ScopeUtils()
    • Method Detail

      • 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:
        IntersectionOfContextDecider, WithinScopeDecider