Class ReloadPlugin
- java.lang.Object
-
- net.ontopia.topicmaps.nav2.plugins.DefaultPlugin
-
- net.ontopia.topicmaps.nav2.plugins.ReloadPlugin
-
- All Implemented Interfaces:
PluginIF
public class ReloadPlugin extends DefaultPlugin
INTERNAL: Plugin implementation for a Reload Link resp. Button.
-
-
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, uri
-
Fields inherited from interface net.ontopia.topicmaps.nav2.plugins.PluginIF
ACTIVATED, DEACTIVATED, ERROR
-
-
Constructor Summary
Constructors Constructor Description ReloadPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
generateHTML(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.-
Methods inherited from class net.ontopia.topicmaps.nav2.plugins.DefaultPlugin
addGroup, equals, getDescription, getGroups, getId, getParameter, getPluginDirectory, getState, getStateAsString, getTarget, getTitle, getURI, hashCode, init, resetGroups, setDescription, setGroups, setId, setParameter, setPluginDirectory, setState, setTarget, setTitle, setURI, toString
-
-
-
-
Method Detail
-
generateHTML
public String generateHTML(ContextTag context)
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 interfacePluginIF
- Overrides:
generateHTML
in classDefaultPlugin
- 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.
-
-