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 classFileContentStoreINTERNAL: A content store implementation based on the file system.classInMemoryContentStoreINTERNAL: Content store implementation that saves everything in memory.classJDBCContentStoreINTERNAL: Content store implementation on top of JDBC that uses a non-native sequence generator to generate keys.classJDBCSequenceContentStoreINTERNAL: 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 ContentStoreIFContentStoreServlet. getContentStore(TopicMapIF tm, javax.servlet.ServletContext ctxt)static ContentStoreIFContentStoreUtils. getContentStore(TopicMapIF topicmap, Map<?,?> properties)Returns a content store for content stored in the given topic map.static ContentStoreIFInMemoryContentStore. getInstance(TopicMapIF topicmap)static ContentStoreIFJDBCContentStore. getInstance(TopicMapIF topicmap)
-