org.apache.abdera.protocol.server.processors
Class CategoriesRequestProcessor

java.lang.Object
  extended by org.apache.abdera.protocol.server.processors.CategoriesRequestProcessor
All Implemented Interfaces:
RequestProcessor

public class CategoriesRequestProcessor
extends Object
implements RequestProcessor

RequestProcessor implementation which processes requests for categories documents.


Constructor Summary
CategoriesRequestProcessor()
           
 
Method Summary
 ResponseContext process(RequestContext context, WorkspaceManager workspaceManager, CollectionAdapter collectionAdapter)
          Provide the actual request processing logic.
protected  ResponseContext processCategories(RequestContext context, CollectionAdapter adapter)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CategoriesRequestProcessor

public CategoriesRequestProcessor()
Method Detail

process

public ResponseContext process(RequestContext context,
                               WorkspaceManager workspaceManager,
                               CollectionAdapter collectionAdapter)
Description copied from interface: RequestProcessor
Provide the actual request processing logic.

Specified by:
process in interface RequestProcessor
Parameters:
context - The RequestContext object, holding information about the request to process.
workspaceManager - The WorkspaceManager object, holding information useful for request processing.
collectionAdapter - The CollectionAdapter object, holding information useful for request processing; may be null if not needed.
Returns:
A ResponseContext object, as resulted from the request processing.

processCategories

protected ResponseContext processCategories(RequestContext context,
                                            CollectionAdapter adapter)


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