org.outerj.daisy.httpconnector.handlers
Class DocumentsHandler

java.lang.Object
  extended byorg.outerj.daisy.httpconnector.handlers.AbstractDocumentHandler
      extended byorg.outerj.daisy.httpconnector.handlers.DocumentsHandler
All Implemented Interfaces:
RequestHandler

public class DocumentsHandler
extends AbstractDocumentHandler


Field Summary
 
Fields inherited from class org.outerj.daisy.httpconnector.handlers.AbstractDocumentHandler
requestErrorLogger, uploadMaxSize, uploadTempdir, uploadThreshold
 
Constructor Summary
DocumentsHandler(org.apache.avalon.framework.logger.Logger requestErrorLogger, int uploadThreshold, int uploadMaxSize, java.lang.String uploadTempdir)
           
 
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 org.outerj.daisy.httpconnector.handlers.AbstractDocumentHandler
getItemByName, parseMultipartRequest, updateDocument
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentsHandler

public DocumentsHandler(org.apache.avalon.framework.logger.Logger requestErrorLogger,
                        int uploadThreshold,
                        int uploadMaxSize,
                        java.lang.String uploadTempdir)
Method Detail

getPathPattern

public java.lang.String getPathPattern()

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
Throws:
java.lang.Exception


Copyright © -2005 . All Rights Reserved.