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

Packages that use FeedConfiguration
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   
org.apache.abdera.protocol.server.provider.managed   
 

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

Constructors in org.apache.abdera.protocol.server.adapters.couchdb with parameters of type FeedConfiguration
CouchDbAdapter(Abdera abdera, FeedConfiguration config)
           
CouchDbAdapter(Abdera abdera, FeedConfiguration config, String host, int port)
           
JsonObjectResponseContext(Abdera abdera, FeedConfiguration config, com.fourspaces.couchdb.Document doc)
           
JsonObjectResponseContext(Abdera abdera, FeedConfiguration config, com.fourspaces.couchdb.Document doc, com.fourspaces.couchdb.Document... entries)
           
JsonObjectResponseContext(Abdera abdera, FeedConfiguration config, String encoding, com.fourspaces.couchdb.Document doc, com.fourspaces.couchdb.Document... entries)
           
 

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

Constructors in org.apache.abdera.protocol.server.adapters.filesystem with parameters of type FeedConfiguration
FilesystemAdapter(Abdera abdera, FeedConfiguration config)
           
 

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

Constructors in org.apache.abdera.protocol.server.adapters.ibatis with parameters of type FeedConfiguration
IBatisCollectionAdapter(Abdera abdera, FeedConfiguration config)
           
 

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

Constructors in org.apache.abdera.protocol.server.provider.basic with parameters of type FeedConfiguration
BasicAdapter(Abdera abdera, FeedConfiguration config)
           
 

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

Fields in org.apache.abdera.protocol.server.provider.managed declared as FeedConfiguration
protected  FeedConfiguration ManagedCollectionAdapter.config
           
 

Methods in org.apache.abdera.protocol.server.provider.managed that return FeedConfiguration
 FeedConfiguration ManagedCollectionAdapter.getConfiguration()
           
static FeedConfiguration FeedConfiguration.getFeedConfiguration(String feedId, Properties properties, ServerConfiguration serverConfiguration)
           
abstract  FeedConfiguration ServerConfiguration.loadFeedConfiguration(String feedId)
           
 FeedConfiguration AbstractServerConfiguration.loadFeedConfiguration(String feedId)
           
protected  FeedConfiguration CollectionAdapterManager.loadFeedInfo(String feedId)
           
 

Methods in org.apache.abdera.protocol.server.provider.managed that return types with arguments of type FeedConfiguration
 Map<String,FeedConfiguration> CollectionAdapterManager.listAdapters()
           
 

Methods in org.apache.abdera.protocol.server.provider.managed with parameters of type FeedConfiguration
protected static CollectionAdapter CollectionAdapterManager.createAdapterInstance(FeedConfiguration config, Abdera abdera)
           
 

Constructors in org.apache.abdera.protocol.server.provider.managed with parameters of type FeedConfiguration
ManagedCollectionAdapter(Abdera abdera, FeedConfiguration config)
           
 



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