Uses of Class
org.apache.abdera.protocol.server.impl.AbstractCollectionAdapter

Packages that use AbstractCollectionAdapter
org.apache.abdera.examples.appserver.custom   
org.apache.abdera.examples.appserver.employee   
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.adapters.jcr   
org.apache.abdera.protocol.server.impl   
org.apache.abdera.protocol.server.multipart   
org.apache.abdera.protocol.server.provider.basic   
org.apache.abdera.protocol.server.provider.managed   
 

Uses of AbstractCollectionAdapter in org.apache.abdera.examples.appserver.custom
 

Subclasses of AbstractCollectionAdapter in org.apache.abdera.examples.appserver.custom
 class SimpleAdapter
           
 

Uses of AbstractCollectionAdapter in org.apache.abdera.examples.appserver.employee
 

Subclasses of AbstractCollectionAdapter in org.apache.abdera.examples.appserver.employee
 class EmployeeCollectionAdapter
           
 

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

Subclasses of AbstractCollectionAdapter 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 AbstractCollectionAdapter in org.apache.abdera.protocol.server.adapters.filesystem
 

Subclasses of AbstractCollectionAdapter 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 AbstractCollectionAdapter in org.apache.abdera.protocol.server.adapters.ibatis
 

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

Uses of AbstractCollectionAdapter in org.apache.abdera.protocol.server.adapters.jcr
 

Subclasses of AbstractCollectionAdapter in org.apache.abdera.protocol.server.adapters.jcr
 class JcrCollectionAdapter
          Adapter implementation that uses a JCR Repository to store Atompub collection entries.
 

Uses of AbstractCollectionAdapter in org.apache.abdera.protocol.server.impl
 

Subclasses of AbstractCollectionAdapter in org.apache.abdera.protocol.server.impl
 class AbstractEntityCollectionAdapter<T>
          By extending this class it becomes easy to build Collections which are backed by a set of entities - such as a database row, domain objects, or files.
 

Uses of AbstractCollectionAdapter in org.apache.abdera.protocol.server.multipart
 

Subclasses of AbstractCollectionAdapter in org.apache.abdera.protocol.server.multipart
 class AbstractMultipartCollectionAdapter
           
 

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

Subclasses of AbstractCollectionAdapter 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.
 

Uses of AbstractCollectionAdapter in org.apache.abdera.protocol.server.provider.managed
 

Subclasses of AbstractCollectionAdapter in org.apache.abdera.protocol.server.provider.managed
 class ManagedCollectionAdapter
           
 



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