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

Packages that use ServerConfiguration
org.apache.abdera.protocol.server.provider.basic   
org.apache.abdera.protocol.server.provider.managed   
 

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

Methods in org.apache.abdera.protocol.server.provider.basic that return ServerConfiguration
protected  ServerConfiguration BasicProvider.getServerConfiguration(RequestContext request)
           
 

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

Subclasses of ServerConfiguration in org.apache.abdera.protocol.server.provider.managed
 class AbstractServerConfiguration
           
 class BasicServerConfiguration
           
 

Fields in org.apache.abdera.protocol.server.provider.managed declared as ServerConfiguration
protected  ServerConfiguration CollectionAdapterManager.config
           
 

Methods in org.apache.abdera.protocol.server.provider.managed that return ServerConfiguration
 ServerConfiguration FeedConfiguration.getServerConfiguration()
           
 ServerConfiguration CollectionAdapterConfiguration.getServerConfiguration()
           
protected abstract  ServerConfiguration ManagedProvider.getServerConfiguration(RequestContext request)
           
 

Methods in org.apache.abdera.protocol.server.provider.managed with parameters of type ServerConfiguration
static FeedConfiguration FeedConfiguration.getFeedConfiguration(String feedId, Properties properties, ServerConfiguration serverConfiguration)
           
 

Constructors in org.apache.abdera.protocol.server.provider.managed with parameters of type ServerConfiguration
CollectionAdapterConfiguration(ServerConfiguration serverConfiguration, String fileLocation)
           
CollectionAdapterManager(Abdera abdera, ServerConfiguration config)
           
FeedConfiguration(String feedId, String subUri, String adapterClassName, String feedConfigLocation, ServerConfiguration serverConfiguration)
           
 



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