Class TopicMapLinkPlugin

java.lang.Object
net.ontopia.topicmaps.nav2.plugins.DefaultPlugin
net.ontopia.topicmaps.nav2.plugins.TopicMapLinkPlugin
All Implemented Interfaces:
PluginIF

public class TopicMapLinkPlugin extends DefaultPlugin
INTERNAL: Plug-in that creates link to Omnigator topic map page.
Since:
3.4
  • Constructor Details

    • TopicMapLinkPlugin

      public TopicMapLinkPlugin()
  • Method Details

    • generateHTML

      public String generateHTML(ContextTag contextTag)
      Description copied from interface: PluginIF
      INTERNAL: Called by the framework to make the plugin produce the HTML that is going to represent it on a web page in the web application.
      Specified by:
      generateHTML in interface PluginIF
      Overrides:
      generateHTML in class DefaultPlugin
      Returns:
      An HTML string to be written into the page. If the returned string is null it means that the plugin does not wish to be displayed on this page.