Uses of Interface
net.ontopia.infoset.content.ContentStoreIF
Packages that use ContentStoreIF
-
Uses of ContentStoreIF in net.ontopia.infoset.content
Classes in net.ontopia.infoset.content that implement ContentStoreIFModifier and TypeClassDescriptionclassINTERNAL: A content store implementation based on the file system.classINTERNAL: Content store implementation that saves everything in memory.classINTERNAL: Content store implementation on top of JDBC that uses a non-native sequence generator to generate keys.classINTERNAL: Content store implementation on top of JDBC that uses native database sequences to generate keys.Methods in net.ontopia.infoset.content that return ContentStoreIFModifier and TypeMethodDescriptionprotected 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)