Uses of Interface
net.ontopia.topicmaps.nav2.core.ModuleIF
-
Packages that use ModuleIF 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. -
-
Uses of ModuleIF in net.ontopia.topicmaps.nav2.core
Methods in net.ontopia.topicmaps.nav2.core that return ModuleIF Modifier and Type Method Description ModuleIF
FunctionIF. getModule()
Deprecated.This method is not used, and need not be implemented.ModuleIF
NavigatorApplicationIF. getModule(URL location)
INTERNAL: ReturnModuleIF
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 Modifier and Type Class Description class
Module
INTERNAL: ModuleIF implementation that reads functions from an XML resource.Methods in net.ontopia.topicmaps.nav2.impl.basic that return ModuleIF Modifier and Type Method Description ModuleIF
AbstractFunction. getModule()
ModuleIF
Function. 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.Constructors in net.ontopia.topicmaps.nav2.impl.basic with parameters of type ModuleIF Constructor Description Function(ModuleIF parentModule, String name, JSPTreeNodeIF rootNode, Collection params)
Function(ModuleIF parentModule, String name, JSPTreeNodeIF rootNode, Collection params, String returnVariableName)
-