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

Packages that use WorkspaceInfo
org.apache.abdera.protocol.server   
org.apache.abdera.protocol.server.provider.managed   
org.apache.abdera.spring   
 

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

Methods in org.apache.abdera.protocol.server that return types with arguments of type WorkspaceInfo
 Collection<WorkspaceInfo> WorkspaceManager.getWorkspaces(RequestContext request)
          Return the list of available workspaces
 

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

Classes in org.apache.abdera.protocol.server.provider.managed that implement WorkspaceInfo
 class ManagedWorkspace
           
 

Uses of WorkspaceInfo in org.apache.abdera.spring
 

Methods in org.apache.abdera.spring that return types with arguments of type WorkspaceInfo
 Collection<WorkspaceInfo> ProviderFactoryBean.getWorkspaces()
           
 

Method parameters in org.apache.abdera.spring with type arguments of type WorkspaceInfo
 void ProviderFactoryBean.setWorkspaces(Collection<WorkspaceInfo> workspaces)
           
 



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