org.outerj.daisy.httpconnector.handlers
Class BranchByNameHandler

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

public class BranchByNameHandler
extends java.lang.Object
implements RequestHandler


Constructor Summary
BranchByNameHandler()
           
 
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

BranchByNameHandler

public BranchByNameHandler()
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.