Package | Description |
---|---|
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.taglibs.logic |
Logic tags, which define the execution context, modify the
context, and control the flow of execution.
|
net.ontopia.topicmaps.nav2.webapps.omnigator |
Modifier and Type | Method and Description |
---|---|
FunctionIF |
NavigatorPageIF.getFunction(String name)
INTERNAL: Get a function out of the register.
|
Modifier and Type | Method and Description |
---|---|
void |
ModuleIF.addFunction(FunctionIF func)
Adds a function to this module.
|
void |
NavigatorPageIF.registerFunction(FunctionIF function)
Deprecated.
1.3.4. Replaced by registerFunction(String, Function).
|
void |
NavigatorPageIF.registerFunction(String name,
FunctionIF function)
INTERNAL: Add a named function to the registry.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractFunction
INTERNAL: Abstract implementation of FunctionIF, which should be the
superclass for customized functions.
|
class |
Function
INTERNAL: A FunctionIF implementation used by the XML-based
ModuleIF reader code.
|
class |
HelloWorldFunction
INTERNAL: Implementation of FunctionIF interface for testing
purposes.
|
Modifier and Type | Method and Description |
---|---|
void |
Module.addFunction(FunctionIF func) |
Modifier and Type | Method and Description |
---|---|
FunctionIF |
ContextTag.getFunction(String name) |
Modifier and Type | Method and Description |
---|---|
void |
ContextTag.registerFunction(FunctionIF function) |
void |
ContextTag.registerFunction(String name,
FunctionIF function) |
Modifier and Type | Class and Description |
---|---|
class |
DisplayHierarchyFunction
INTERNAL: Used by the Omnigator to create the collapsible tree view
of hierarchical association types.
|