|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ModuleIF | |
|---|---|
| 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. |
| Uses of ModuleIF in net.ontopia.topicmaps.nav2.core |
|---|
| Methods in net.ontopia.topicmaps.nav2.core that return ModuleIF | |
|---|---|
ModuleIF |
FunctionIF.getModule()
Deprecated. This method is not used, and need not be implemented. |
ModuleIF |
NavigatorApplicationIF.getModule(java.net.URL location)
INTERNAL: Return ModuleIF object for specified
resource location (given as URL) of module. |
| Uses of ModuleIF in net.ontopia.topicmaps.nav2.impl.basic |
|---|
| Classes in net.ontopia.topicmaps.nav2.impl.basic that implement ModuleIF | |
|---|---|
class |
Module
INTERNAL: ModuleIF implementation that reads functions from an XML resource. |
| Methods in net.ontopia.topicmaps.nav2.impl.basic that return ModuleIF | |
|---|---|
ModuleIF |
Function.getModule()
|
ModuleIF |
AbstractFunction.getModule()
|
ModuleIF |
NavigatorApplication.getModule(java.net.URL location)
Gets module from internal cache, if it is not in or should be refreshed the module resource is loaded in again. |
| Constructors in net.ontopia.topicmaps.nav2.impl.basic with parameters of type ModuleIF | |
|---|---|
Function(ModuleIF parentModule,
java.lang.String name,
JSPTreeNodeIF rootNode,
java.util.Collection params)
|
|
Function(ModuleIF parentModule,
java.lang.String name,
JSPTreeNodeIF rootNode,
java.util.Collection params,
java.lang.String returnVariableName)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||