Package | Description |
---|---|
net.ontopia.topicmaps.entry |
High level interfaces for locating and maintaining references to
topic maps.
|
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.utils |
Provides utility classes for the Navigator Tag Libraries and
Framework.
|
net.ontopia.topicmaps.utils |
This package provides topic map utility classes, which are a toolkit for
working with the topic map model provided by the core interfaces.
|
net.ontopia.topicmaps.utils.tmrap | |
ontopoly.conversion | |
ontopoly.sysmodel |
Modifier and Type | Class and Description |
---|---|
class |
TopicMapSourceManager
INTERNAL: This is the primary implementation of the
TopicMapRepositoryIF interface.
|
Modifier and Type | Field and Description |
---|---|
protected TopicMapRepositoryIF |
StoreRegistry.repository
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected static Map<String,TopicMapRepositoryIF> |
TopicMaps.repositories |
protected static Map<String,TopicMapRepositoryIF> |
SharedStoreRegistry.repositories |
Modifier and Type | Method and Description |
---|---|
TopicMapRepositoryIF |
StoreRegistry.getRepository()
Deprecated.
INTERNAL: Returns the topic map repository used.
|
static TopicMapRepositoryIF |
TopicMaps.getRepository()
PUBLIC: Returns the default topic maps repository.
|
static TopicMapRepositoryIF |
XMLConfigSource.getRepository(Reader config_file)
PUBLIC: Gets the topic map repository that is created by reading
the configuration file from the reader.
|
static TopicMapRepositoryIF |
XMLConfigSource.getRepository(Reader config_file,
Map<String,String> environ)
INTERNAL: Gets the topic map repository that is created by
reading the configuration file from the reader with the given
environment.
|
static TopicMapRepositoryIF |
TopicMaps.getRepository(String repositoryId)
PUBLIC: Returns the default topic maps repository.
|
static TopicMapRepositoryIF |
XMLConfigSource.getRepository(String config_file)
PUBLIC: Gets the topic map repository that is created by reading
the configuration file.
|
static TopicMapRepositoryIF |
TopicMaps.getRepository(String repositoryId,
Map<String,String> environ) |
static TopicMapRepositoryIF |
XMLConfigSource.getRepository(String config_file,
Map<String,String> environ)
INTERNAL: Gets the topic map repository that is created by
reading the configuration file with the given environment.
|
static TopicMapRepositoryIF |
XMLConfigSource.getRepositoryFromClassPath()
PUBLIC: Get the topic map repository that is created by loading
the 'tm-sources.xml' configuration file from the classpath.
|
static TopicMapRepositoryIF |
XMLConfigSource.getRepositoryFromClassPath(Map<String,String> environ)
INTERNAL:
|
static TopicMapRepositoryIF |
XMLConfigSource.getRepositoryFromClassPath(String resourceName)
PUBLIC: Get the topic map repository that is created by loading
the named resource from the classpath.
|
static TopicMapRepositoryIF |
XMLConfigSource.getRepositoryFromClassPath(String resourceName,
Map<String,String> environ)
INTERNAL:
|
TopicMapRepositoryIF |
SharedStoreRegistry.getTopicMapRepository()
INTERNAL: Method which returns the shared topic map repository
instance.
|
TopicMapRepositoryIF |
SharedStoreRegistry.replaceTopicMapRepository()
INTERNAL: Method which replaces the currently shared topic map
repository with another one.
|
Modifier and Type | Method and Description |
---|---|
static void |
TopicMaps.forget(TopicMapRepositoryIF repositoryIF) |
Constructor and Description |
---|
StoreRegistry(TopicMapRepositoryIF repository)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
TopicMapRepositoryIF |
NavigatorApplicationIF.getTopicMapRepository()
INTERNAL: Returns the topic map repository used by the navigator
application.
|
Modifier and Type | Method and Description |
---|---|
TopicMapRepositoryIF |
NavigatorApplication.getTopicMapRepository() |
Modifier and Type | Method and Description |
---|---|
TopicMapRepositoryIF |
ContextTag.getTopicMapRepository() |
Modifier and Type | Method and Description |
---|---|
static TopicMapRepositoryIF |
ContextUtils.getRepository(javax.servlet.ServletContext servletContext)
EXPERIMENTAL: Gets the topic map repository used by the navigator framework.
|
static TopicMapRepositoryIF |
NavigatorUtils.getTopicMapRepository(javax.servlet.jsp.PageContext pageContext)
INTERNAL: Gets the topic map repository used by the web application.
|
static TopicMapRepositoryIF |
NavigatorUtils.getTopicMapRepository(javax.servlet.ServletContext servletContext)
INTERNAL: Gets the topic map repository used by the web application.
|
Modifier and Type | Field and Description |
---|---|
protected TopicMapRepositoryIF |
MergeReference.repository |
Constructor and Description |
---|
MergeReference(String id,
String title,
TopicMapStoreFactoryIF sfactory,
TopicMapRepositoryIF repository,
List<String> refkeys)
INTERNAL: Creates a TopicMapReferenceIF which references the
result of merging a number of topic maps
|
Modifier and Type | Field and Description |
---|---|
protected TopicMapRepositoryIF |
RegistryTopicIndex.repository |
Constructor and Description |
---|
RegistryTopicIndex(TopicMapRepositoryIF repository,
boolean readonly,
String editBaseuri,
String viewBaseuri) |
Modifier and Type | Method and Description |
---|---|
static TopicMapSourceIF |
ConversionUtils.getSource(TopicMapRepositoryIF rep,
String tmsource) |
Modifier and Type | Method and Description |
---|---|
protected TopicMapRepositoryIF |
OntopolyRepository.createTopicMapRepository() |
TopicMapRepositoryIF |
OntopolyRepository.getTopicMapRepository() |