org.apache.abdera.protocol.server.impl
Class DefaultWorkspaceManager

java.lang.Object
  extended by org.apache.abdera.protocol.server.impl.AbstractWorkspaceManager
      extended by org.apache.abdera.protocol.server.impl.DefaultWorkspaceManager
All Implemented Interfaces:
WorkspaceManager

public class DefaultWorkspaceManager
extends AbstractWorkspaceManager

The DefaultWorkspaceManager is used by the DefaultProvider


Field Summary
static String COLLECTION_ADAPTER_ATTRIBUTE
           
 
Fields inherited from class org.apache.abdera.protocol.server.impl.AbstractWorkspaceManager
workspaces
 
Constructor Summary
DefaultWorkspaceManager()
           
 
Method Summary
 CollectionAdapter getCollectionAdapter(RequestContext request)
          Get the Collection Adapter that will handle this request
 
Methods inherited from class org.apache.abdera.protocol.server.impl.AbstractWorkspaceManager
addWorkspace, getWorkspaces, setWorkspaces
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COLLECTION_ADAPTER_ATTRIBUTE

public static final String COLLECTION_ADAPTER_ATTRIBUTE
See Also:
Constant Field Values
Constructor Detail

DefaultWorkspaceManager

public DefaultWorkspaceManager()
Method Detail

getCollectionAdapter

public CollectionAdapter getCollectionAdapter(RequestContext request)
Description copied from interface: WorkspaceManager
Get the Collection Adapter that will handle this request



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