org.outerj.daisy.httpconnector.handlers
Class CollectionsHandler

java.lang.Object
  extended by org.outerj.daisy.httpconnector.handlers.CollectionsHandler
All Implemented Interfaces:
RequestHandler

public class CollectionsHandler
extends java.lang.Object
implements RequestHandler


Constructor Summary
CollectionsHandler()
           
 
Method Summary
 java.lang.String getPathPattern()
           
 void handleRequest(java.util.Map matchMap, org.mortbay.http.HttpRequest request, org.mortbay.http.HttpResponse response, org.outerj.daisy.repository.Repository repository)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CollectionsHandler

public CollectionsHandler()
Method Detail

getPathPattern

public java.lang.String getPathPattern()
Specified by:
getPathPattern in interface RequestHandler

handleRequest

public void handleRequest(java.util.Map matchMap,
                          org.mortbay.http.HttpRequest request,
                          org.mortbay.http.HttpResponse response,
                          org.outerj.daisy.repository.Repository repository)
                   throws java.lang.Exception
Specified by:
handleRequest in interface RequestHandler
Throws:
java.lang.Exception


Copyright © -2012 . All Rights Reserved.