Uses of Class
org.apache.abdera.protocol.server.provider.managed.ManagedCollectionAdapter

Packages that use ManagedCollectionAdapter
org.apache.abdera.protocol.server.adapters.couchdb   
org.apache.abdera.protocol.server.adapters.filesystem   
org.apache.abdera.protocol.server.adapters.ibatis   
org.apache.abdera.protocol.server.provider.basic   
 

Uses of ManagedCollectionAdapter in org.apache.abdera.protocol.server.adapters.couchdb
 

Subclasses of ManagedCollectionAdapter in org.apache.abdera.protocol.server.adapters.couchdb
 class CouchDbAdapter
          The CouchDB Adapter uses a CouchDB database as the backend storage for an Atompub Collection.
 

Uses of ManagedCollectionAdapter in org.apache.abdera.protocol.server.adapters.filesystem
 

Subclasses of ManagedCollectionAdapter in org.apache.abdera.protocol.server.adapters.filesystem
 class FilesystemAdapter
          Simple Filesystem Adapter that uses a local directory to store Atompub collection entries.
 

Uses of ManagedCollectionAdapter in org.apache.abdera.protocol.server.adapters.ibatis
 

Subclasses of ManagedCollectionAdapter in org.apache.abdera.protocol.server.adapters.ibatis
 class IBatisCollectionAdapter
          Adapter that uses IBatis and a database to store Atompub collection entries.
 

Uses of ManagedCollectionAdapter in org.apache.abdera.protocol.server.provider.basic
 

Subclasses of ManagedCollectionAdapter in org.apache.abdera.protocol.server.provider.basic
 class BasicAdapter
          The BasicAdapter provides a simplistic interface for working with Atompub collections with a restricted set of options/features.
 



Copyright © 2006-2010 Apache Software Foundation. All Rights Reserved.