Package | Description |
---|---|
net.ontopia.infoset.content |
Modifier and Type | Class and Description |
---|---|
class |
FileContentStore
INTERNAL: A content store implementation based on the file system.
|
class |
InMemoryContentStore
INTERNAL: Content store implementation that saves everything in memory.
|
class |
JDBCContentStore
INTERNAL: Content store implementation on top of JDBC that uses a
non-native sequence generator to generate keys.
|
class |
JDBCSequenceContentStore
INTERNAL: Content store implementation on top of JDBC that uses
native database sequences to generate keys.
|
Modifier and Type | Method and Description |
---|---|
static ContentStoreIF |
ContentStoreUtils.getContentStore(TopicMapIF topicmap,
Map<?,?> properties)
Returns a content store for content stored in the given topic map.
|
protected ContentStoreIF |
ContentStoreServlet.getContentStore(TopicMapIF tm,
javax.servlet.ServletContext ctxt) |
static ContentStoreIF |
InMemoryContentStore.getInstance(TopicMapIF topicmap) |
static ContentStoreIF |
JDBCContentStore.getInstance(TopicMapIF topicmap) |