Package net.ontopia.topicmaps.utils
Class NoFollowTopicRefExternalReferenceHandler
java.lang.Object
net.ontopia.topicmaps.utils.NoFollowTopicRefExternalReferenceHandler
- All Implemented Interfaces:
ExternalReferenceHandlerIF
public class NoFollowTopicRefExternalReferenceHandler
extends Object
implements ExternalReferenceHandlerIF
PUBLIC: An implementation of ExternalReferenceHandlerIF that
prevents the traversal of external topic references. External topic
maps will be resolved.
- Since:
- 3.2
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexternalTopic(LocatorIF loc) PUBLIC: External topics are not resolved.PUBLIC: External topic maps are resolved.
-
Constructor Details
-
NoFollowTopicRefExternalReferenceHandler
public NoFollowTopicRefExternalReferenceHandler()
-
-
Method Details
-
externalTopicMap
PUBLIC: External topic maps are resolved.- Specified by:
externalTopicMapin interfaceExternalReferenceHandlerIF- Returns:
- The locator which should be used to resolve the reference; if null is returned it will be interpreted as that the reference should not be traversed.
-
externalTopic
PUBLIC: External topics are not resolved.- Specified by:
externalTopicin interfaceExternalReferenceHandlerIF- Returns:
- The locator which should be used to resolve the reference; if null is returned it will be interpreted as that the reference should not be traversed.
-