Package net.ontopia.topicmaps.nav2.utils
Class ScopeUtils
java.lang.Object
net.ontopia.topicmaps.nav2.utils.ScopeUtils
- All Implemented Interfaces:
ScopeSupportIF
INTERNAL: Framework related utility class providing some helper
methods needed to easier for access to scope information.
-
Field Summary
Fields inherited from interface net.ontopia.topicmaps.nav2.core.ScopeSupportIF
DEC_APPLICABLE_IN, DEC_INTERSECTION, DEC_SUBSET, DEC_SUPERSET, DEC_WITHIN, SCOPE_ASSOCIATIONS, SCOPE_BASENAMES, SCOPE_OCCURRENCES, SCOPE_VARIANTS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetScopeDecider(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.
-
Constructor Details
-
ScopeUtils
public ScopeUtils()
-
-
Method Details