Class DefaultUniversalLinkGenerator
java.lang.Object
net.ontopia.topicmaps.nav2.impl.basic.DefaultUniversalLinkGenerator
- All Implemented Interfaces:
LinkGeneratorIF
INTERNAL: Default link generator which produces links to any kind
of topic map object. Can replace the %id% and %topicmap% variables,
but does not recognize any others. Used by the
link tag.- See Also:
-
Field Summary
Fields inherited from interface net.ontopia.topicmaps.nav2.core.LinkGeneratorIF
LINK_ID_KEY, LINK_TOPICMAP_KEY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongenerate(ContextTag contextTag, TMObjectIF tmObj, String topicmapId, String template) INTERNAL: create a String which contains link information for a Topic Map Object.generate(ContextTag contextTag, TopicMapReferenceIF tmRefObj, String template) INTERNAL: create a String which contains link information to a Topicmap retrieved with the help of an TopicMapReferenceIF object.
-
Constructor Details
-
DefaultUniversalLinkGenerator
public DefaultUniversalLinkGenerator()
-
-
Method Details