Uses of Interface
org.apache.abdera.protocol.server.CollectionInfo

Packages that use CollectionInfo
org.apache.abdera.examples.appserver.custom   
org.apache.abdera.examples.appserver.employee   
org.apache.abdera.protocol.server   
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 CollectionInfo in org.apache.abdera.examples.appserver.custom
 

Classes in org.apache.abdera.examples.appserver.custom that implement CollectionInfo
 class SimpleAdapter
           
 

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

Classes in org.apache.abdera.examples.appserver.employee that implement CollectionInfo
 class EmployeeCollectionAdapter
           
 

Uses of CollectionInfo in org.apache.abdera.protocol.server
 

Methods in org.apache.abdera.protocol.server that return types with arguments of type CollectionInfo
 Collection<CollectionInfo> WorkspaceInfo.getCollections(RequestContext request)
          Return the listing of collections available as part of the workspace
 

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

Classes in org.apache.abdera.protocol.server.adapters.couchdb that implement CollectionInfo
 class CouchDbAdapter
          The CouchDB Adapter uses a CouchDB database as the backend storage for an Atompub Collection.
 

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

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

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

Classes in org.apache.abdera.protocol.server.adapters.ibatis that implement CollectionInfo
 class IBatisCollectionAdapter
          Adapter that uses IBatis and a database to store Atompub collection entries.
 

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

Classes in org.apache.abdera.protocol.server.adapters.jcr that implement CollectionInfo
 class JcrCollectionAdapter
          Adapter implementation that uses a JCR Repository to store Atompub collection entries.
 

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

Classes in org.apache.abdera.protocol.server.impl that implement CollectionInfo
 class org.apache.abdera.protocol.server.impl.AbstractCollectionAdapter
          Base CollectionAdapter implementation that provides a number of helper utility methods for adapter implementations.
 class org.apache.abdera.protocol.server.impl.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 CollectionInfo in org.apache.abdera.protocol.server.multipart
 

Subinterfaces of CollectionInfo in org.apache.abdera.protocol.server.multipart
 interface MultipartRelatedCollectionInfo
           
 

Classes in org.apache.abdera.protocol.server.multipart that implement CollectionInfo
 class AbstractMultipartCollectionAdapter
           
 

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

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

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

Classes in org.apache.abdera.protocol.server.provider.managed that implement CollectionInfo
 class FeedConfiguration
           
 class ManagedCollectionAdapter
           
 

Methods in org.apache.abdera.protocol.server.provider.managed that return types with arguments of type CollectionInfo
 Collection<CollectionInfo> ManagedWorkspace.getCollections(RequestContext request)
           
 



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