org.outerj.daisy.httpconnector.handlers
Class DocumentHandler

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

public class DocumentHandler
extends AbstractDocumentHandler


Field Summary
 
Fields inherited from class org.outerj.daisy.httpconnector.handlers.AbstractDocumentHandler
requestErrorLogger, uploadMaxSize, uploadTempdir, uploadThreshold
 
Constructor Summary
DocumentHandler(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

DocumentHandler

public DocumentHandler(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 © -2012 . All Rights Reserved.