Package net.ontopia.infoset.content


package net.ontopia.infoset.content
  • Class
    Description
    INTERNAL:
    INTERNAL: Thrown when problems occur in content store implementations.
    INTERNAL: A simple content store interface that stores chunks of data associated with an integer key.
    INTERNAL: A servlet implementation that returns content stored in a content store.
    INTERNAL: Utility methods for accessing the content store.
    INTERNAL: A content store implementation based on the file system.
    INTERNAL: Content store implementation that saves everything in memory.
    INTERNAL:
    INTERNAL: Content store implementation on top of JDBC that uses a non-native sequence generator to generate keys.
    INTERNAL: Content store implementation on top of JDBC that uses native database sequences to generate keys.
    INTERNAL: A utility class that analyzes a file content store directory and repairs the key file.