Package net.ontopia.topicmaps.nav2.core
Interface LinkGeneratorIF
- All Known Implementing Classes:
DefaultUniversalLinkGenerator,ModelLinkGenerator
public interface LinkGeneratorIF
INTERNAL: interface for classes which
implement generating URI links.
Used by the
link tag.- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringINTERNAL: Constant String value representing the name of a template variable being replaced with the object id.static final StringINTERNAL: Constant String value representing the name of a template variable being replaced with the topicmap id. -
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.
-
Field Details
-
LINK_ID_KEY
INTERNAL: Constant String value representing the name of a template variable being replaced with the object id.- See Also:
-
LINK_TOPICMAP_KEY
INTERNAL: Constant String value representing the name of a template variable being replaced with the topicmap id.- See Also:
-
-
Method Details