Package | Description |
---|---|
net.ontopia.infoset.fulltext.topicmaps.nav.plugins | |
net.ontopia.topicmaps.nav2.core |
Provides interfaces for the Navigator Tag Libraries
and Framework.
|
net.ontopia.topicmaps.nav2.impl.basic |
The basic implementation of the Navigator core interfaces.
|
net.ontopia.topicmaps.nav2.plugins |
Contains the interface which all plugins must implement, as well
as some reusable implementations of that interface.
|
net.ontopia.topicmaps.schema.impl.osl.nav.plugins |
Modifier and Type | Class and Description |
---|---|
class |
FulltextPlugin |
Modifier and Type | Method and Description |
---|---|
PluginIF |
NavigatorConfigurationIF.getPlugin(String id)
Returns plugin object for specified identifier.
|
Modifier and Type | Method and Description |
---|---|
void |
NavigatorConfigurationIF.addPlugin(PluginIF aPlugin)
Add a plugin to list of known plugins.
|
Modifier and Type | Method and Description |
---|---|
PluginIF |
NavigatorConfiguration.getPlugin(String id) |
PluginIF |
BrokenNavigatorConfiguration.getPlugin(String id) |
Modifier and Type | Method and Description |
---|---|
void |
NavigatorConfiguration.addPlugin(PluginIF aPlugin) |
void |
BrokenNavigatorConfiguration.addPlugin(PluginIF aPlugin) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultPlugin
INTERNAL: This is the plugin implementation that is used if no
other implementation is requested in the plugin.xml file.
|
class |
GooglePlugin
INTERNAL: Plugin implementation for a Google search Link resp.
|
class |
RDF2TMPlugin
INTERNAL: Simple implementation of the RDF2TM plug-in.
|
class |
ReloadPlugin
INTERNAL: Plugin implementation for a Reload Link resp.
|
class |
TextPlugin
INTERNAL: Plugin that returns the a text snippet.
|
class |
TopicMapLinkPlugin
INTERNAL: Plug-in that creates link to Omnigator topic map page.
|
class |
VizPlugin
INTERNAL: Simple extension of the DefaultPlugin used to block
vizigation of certain topic maps that don't vizigate well.
|
Modifier and Type | Class and Description |
---|---|
class |
ValidationPlugin |