it.sistematica.isharedoc.webdav.handler
Class EmptyHandler

java.lang.Object
  extended by it.sistematica.isharedoc.webdav.handler.EmptyHandler
All Implemented Interfaces:
com.ithit.webdav.server.MethodHandler

public class EmptyHandler
extends java.lang.Object
implements com.ithit.webdav.server.MethodHandler


Field Summary
static EmptyHandler INSTANCE
           
 
Constructor Summary
EmptyHandler()
           
 
Method Summary
 boolean getCalculateContentLength()
           
 boolean getLogInput()
           
 boolean getLogOutput()
           
 void processRequest(javax.servlet.http.HttpServletRequest arg0, javax.servlet.http.HttpServletResponse arg1, com.ithit.webdav.server.HierarchyItem arg2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final EmptyHandler INSTANCE
Constructor Detail

EmptyHandler

public EmptyHandler()
Method Detail

getCalculateContentLength

public boolean getCalculateContentLength()
Specified by:
getCalculateContentLength in interface com.ithit.webdav.server.MethodHandler

getLogInput

public boolean getLogInput()
Specified by:
getLogInput in interface com.ithit.webdav.server.MethodHandler

getLogOutput

public boolean getLogOutput()
Specified by:
getLogOutput in interface com.ithit.webdav.server.MethodHandler

processRequest

public void processRequest(javax.servlet.http.HttpServletRequest arg0,
                           javax.servlet.http.HttpServletResponse arg1,
                           com.ithit.webdav.server.HierarchyItem arg2)
                    throws com.ithit.webdav.server.exceptions.DavException,
                           java.io.IOException
Specified by:
processRequest in interface com.ithit.webdav.server.MethodHandler
Throws:
com.ithit.webdav.server.exceptions.DavException
java.io.IOException