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

Packages that use WorkspaceManager
org.apache.abdera.examples.appserver.custom   
org.apache.abdera.ext.opensearch.server.processors   
org.apache.abdera.protocol.server   
org.apache.abdera.protocol.server.impl   
org.apache.abdera.protocol.server.processors   
org.apache.abdera.protocol.server.provider.basic   
org.apache.abdera.protocol.server.provider.managed   
org.apache.abdera.spring   
 

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

Classes in org.apache.abdera.examples.appserver.custom that implement WorkspaceManager
 class CustomProvider
           
 

Uses of WorkspaceManager in org.apache.abdera.ext.opensearch.server.processors
 

Methods in org.apache.abdera.ext.opensearch.server.processors with parameters of type WorkspaceManager
 ResponseContext OpenSearchUrlRequestProcessor.process(RequestContext requestContext, WorkspaceManager workspaceManager, CollectionAdapter collectionAdapter)
           
 ResponseContext OpenSearchDescriptionRequestProcessor.process(RequestContext requestContext, WorkspaceManager workspaceManager, CollectionAdapter collectionAdapter)
           
 

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

Methods in org.apache.abdera.protocol.server with parameters of type WorkspaceManager
 ResponseContext RequestProcessor.process(RequestContext requestContext, WorkspaceManager workspaceManager, CollectionAdapter collectionAdapter)
          Provide the actual request processing logic.
 

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

Classes in org.apache.abdera.protocol.server.impl that implement WorkspaceManager
 class AbstractWorkspaceManager
          Base implementation for WorkspaceManager implementations
 class AbstractWorkspaceProvider
          An abstract base Provider implementation that implements the WorkspaceManager interface.
 class DefaultWorkspaceManager
          The DefaultWorkspaceManager is used by the DefaultProvider
 

Fields in org.apache.abdera.protocol.server.impl declared as WorkspaceManager
protected  WorkspaceManager DefaultProvider.workspaceManager
           
 

Methods in org.apache.abdera.protocol.server.impl that return WorkspaceManager
 WorkspaceManager DefaultProvider.getWorkspaceManager()
           
protected  WorkspaceManager DefaultProvider.getWorkspaceManager(RequestContext request)
           
protected  WorkspaceManager AbstractWorkspaceProvider.getWorkspaceManager(RequestContext request)
           
protected abstract  WorkspaceManager AbstractProvider.getWorkspaceManager(RequestContext request)
           
 

Methods in org.apache.abdera.protocol.server.impl with parameters of type WorkspaceManager
 void DefaultProvider.setWorkspaceManager(WorkspaceManager workspaceManager)
           
 

Uses of WorkspaceManager in org.apache.abdera.protocol.server.processors
 

Methods in org.apache.abdera.protocol.server.processors with parameters of type WorkspaceManager
protected  ResponseContext ServiceRequestProcessor.getServiceDocument(RequestContext request, WorkspaceManager workspaceManager)
           
protected  ResponseContext MultipartRelatedServiceRequestProcessor.getServiceDocument(RequestContext request, WorkspaceManager workspaceManager)
           
 ResponseContext MediaRequestProcessor.process(RequestContext context, WorkspaceManager workspaceManager, CollectionAdapter collectionAdapter)
           
 ResponseContext CollectionRequestProcessor.process(RequestContext context, WorkspaceManager workspaceManager, CollectionAdapter collectionAdapter)
           
 ResponseContext ServiceRequestProcessor.process(RequestContext context, WorkspaceManager workspaceManager, CollectionAdapter collectionAdapter)
           
 ResponseContext CategoriesRequestProcessor.process(RequestContext context, WorkspaceManager workspaceManager, CollectionAdapter collectionAdapter)
           
 ResponseContext EntryRequestProcessor.process(RequestContext context, WorkspaceManager workspaceManager, CollectionAdapter collectionAdapter)
           
 

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

Classes in org.apache.abdera.protocol.server.provider.basic that implement WorkspaceManager
 class BasicProvider
          Provider implementation intended to be used with BasicAdapter implementations
 

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

Classes in org.apache.abdera.protocol.server.provider.managed that implement WorkspaceManager
 class ManagedProvider
          The ManagedProvider uses *.properties files discovered in the webapp classpath to configure CollectionAdapter instances.
 

Uses of WorkspaceManager in org.apache.abdera.spring
 

Methods in org.apache.abdera.spring that return WorkspaceManager
 WorkspaceManager ProviderFactoryBean.getWorkspaceManager()
           
 

Methods in org.apache.abdera.spring with parameters of type WorkspaceManager
 void ProviderFactoryBean.setWorkspaceManager(WorkspaceManager workspaceManager)
           
 



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