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.
|
Modifier and Type | Method and Description |
---|---|
ModuleIF |
FunctionIF.getModule()
Deprecated.
This method is not used, and need not be implemented.
|
ModuleIF |
NavigatorApplicationIF.getModule(URL location)
INTERNAL: Return
ModuleIF object for specified
resource location (given as URL) of module. |
Modifier and Type | Class and Description |
---|---|
class |
Module
INTERNAL: ModuleIF implementation that reads functions from an XML
resource.
|
Modifier and Type | Method and Description |
---|---|
ModuleIF |
Function.getModule() |
ModuleIF |
AbstractFunction.getModule() |
ModuleIF |
NavigatorApplication.getModule(URL location)
Gets module from internal cache, if it is not in or should be
refreshed the module resource is loaded in again.
|
Constructor and Description |
---|
Function(ModuleIF parentModule,
String name,
JSPTreeNodeIF rootNode,
Collection params) |
Function(ModuleIF parentModule,
String name,
JSPTreeNodeIF rootNode,
Collection params,
String returnVariableName) |