Uses of Interface
net.ontopia.infoset.content.ContentStoreIF
-
Packages that use ContentStoreIF Package Description net.ontopia.infoset.content -
-
Uses of ContentStoreIF in net.ontopia.infoset.content
Classes in net.ontopia.infoset.content that implement ContentStoreIF Modifier and Type Class 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.Methods in net.ontopia.infoset.content that return ContentStoreIF Modifier and Type Method Description protected ContentStoreIF
ContentStoreServlet. getContentStore(TopicMapIF tm, javax.servlet.ServletContext ctxt)
static ContentStoreIF
ContentStoreUtils. getContentStore(TopicMapIF topicmap, Map<?,?> properties)
Returns a content store for content stored in the given topic map.static ContentStoreIF
InMemoryContentStore. getInstance(TopicMapIF topicmap)
static ContentStoreIF
JDBCContentStore. getInstance(TopicMapIF topicmap)
-