Class VizPlugin
java.lang.Object
net.ontopia.topicmaps.nav2.plugins.DefaultPlugin
net.ontopia.topicmaps.nav2.plugins.VizPlugin
- All Implemented Interfaces:
PluginIF
INTERNAL: Simple extension of the DefaultPlugin used to block
vizigation of certain topic maps that don't vizigate well.
-
Field Summary
Fields inherited from class net.ontopia.topicmaps.nav2.plugins.DefaultPlugin
description, directory, groups, id, params, RP_TOPIC_ID, RP_TOPICMAP_ID, state, target, title, uriFields inherited from interface net.ontopia.topicmaps.nav2.plugins.PluginIF
ACTIVATED, DEACTIVATED, ERROR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongenerateHTML(ContextTag context) 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.voidinit()INTERNAL: Called by the framework to finalize initialization.Methods inherited from class net.ontopia.topicmaps.nav2.plugins.DefaultPlugin
addGroup, equals, getDescription, getGroups, getId, getParameter, getPluginDirectory, getState, getStateAsString, getTarget, getTitle, getURI, hashCode, resetGroups, setDescription, setGroups, setId, setParameter, setPluginDirectory, setState, setTarget, setTitle, setURI, toString
-
Constructor Details
-
VizPlugin
public VizPlugin()
-
-
Method Details
-
init
public void init()Description copied from interface:PluginIFINTERNAL: Called by the framework to finalize initialization. Called when there are no more parameters.- Specified by:
initin interfacePluginIF- Overrides:
initin classDefaultPlugin
-