|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of CollectionAdapter in org.apache.abdera.examples.appserver.custom |
---|
Classes in org.apache.abdera.examples.appserver.custom that implement CollectionAdapter | |
---|---|
class |
SimpleAdapter
|
Methods in org.apache.abdera.examples.appserver.custom that return CollectionAdapter | |
---|---|
CollectionAdapter |
CustomProvider.getCollectionAdapter(RequestContext request)
|
Uses of CollectionAdapter in org.apache.abdera.examples.appserver.employee |
---|
Classes in org.apache.abdera.examples.appserver.employee that implement CollectionAdapter | |
---|---|
class |
EmployeeCollectionAdapter
|
Uses of CollectionAdapter in org.apache.abdera.protocol.server |
---|
Subinterfaces of CollectionAdapter in org.apache.abdera.protocol.server | |
---|---|
interface |
MediaCollectionAdapter
Extends CollectionAdapter with methods specific to the handling of Atompub Media Link Entries |
Methods in org.apache.abdera.protocol.server that return CollectionAdapter | |
---|---|
CollectionAdapter |
WorkspaceManager.getCollectionAdapter(RequestContext request)
Get the Collection Adapter that will handle this request |
Methods in org.apache.abdera.protocol.server with parameters of type CollectionAdapter | |
---|---|
ResponseContext |
RequestProcessor.process(RequestContext requestContext,
WorkspaceManager workspaceManager,
CollectionAdapter collectionAdapter)
Provide the actual request processing logic. |
Uses of CollectionAdapter in org.apache.abdera.protocol.server.adapters.couchdb |
---|
Classes in org.apache.abdera.protocol.server.adapters.couchdb that implement CollectionAdapter | |
---|---|
class |
CouchDbAdapter
The CouchDB Adapter uses a CouchDB database as the backend storage for an Atompub Collection. |
Uses of CollectionAdapter in org.apache.abdera.protocol.server.adapters.filesystem |
---|
Classes in org.apache.abdera.protocol.server.adapters.filesystem that implement CollectionAdapter | |
---|---|
class |
FilesystemAdapter
Simple Filesystem Adapter that uses a local directory to store Atompub collection entries. |
Uses of CollectionAdapter in org.apache.abdera.protocol.server.adapters.ibatis |
---|
Classes in org.apache.abdera.protocol.server.adapters.ibatis that implement CollectionAdapter | |
---|---|
class |
IBatisCollectionAdapter
Adapter that uses IBatis and a database to store Atompub collection entries. |
Uses of CollectionAdapter in org.apache.abdera.protocol.server.adapters.jcr |
---|
Classes in org.apache.abdera.protocol.server.adapters.jcr that implement CollectionAdapter | |
---|---|
class |
JcrCollectionAdapter
Adapter implementation that uses a JCR Repository to store Atompub collection entries. |
Uses of CollectionAdapter in org.apache.abdera.protocol.server.impl |
---|
Classes in org.apache.abdera.protocol.server.impl that implement CollectionAdapter | |
---|---|
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 CollectionAdapter in org.apache.abdera.protocol.server.multipart |
---|
Classes in org.apache.abdera.protocol.server.multipart that implement CollectionAdapter | |
---|---|
class |
AbstractMultipartCollectionAdapter
|
Uses of CollectionAdapter in org.apache.abdera.protocol.server.processors |
---|
Uses of CollectionAdapter in org.apache.abdera.protocol.server.provider.basic |
---|
Classes in org.apache.abdera.protocol.server.provider.basic that implement CollectionAdapter | |
---|---|
class |
BasicAdapter
The BasicAdapter provides a simplistic interface for working with Atompub collections with a restricted set of options/features. |
Methods in org.apache.abdera.protocol.server.provider.basic that return CollectionAdapter | |
---|---|
CollectionAdapter |
BasicProvider.getCollectionAdapter(RequestContext request)
|
Uses of CollectionAdapter in org.apache.abdera.protocol.server.provider.managed |
---|
Classes in org.apache.abdera.protocol.server.provider.managed that implement CollectionAdapter | |
---|---|
class |
ManagedCollectionAdapter
|
Fields in org.apache.abdera.protocol.server.provider.managed with type parameters of type CollectionAdapter | |
---|---|
protected static Map<String,CollectionAdapter> |
CollectionAdapterManager.adapterInstanceMap
|
Methods in org.apache.abdera.protocol.server.provider.managed that return CollectionAdapter | |
---|---|
protected static CollectionAdapter |
CollectionAdapterManager.createAdapterInstance(FeedConfiguration config,
Abdera abdera)
|
CollectionAdapter |
CollectionAdapterManager.getAdapter(String feedId)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |