it.sistematica.isharedoc.webdav.handler
Class EmptyHandler
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INSTANCE
public static final EmptyHandler INSTANCE
EmptyHandler
public EmptyHandler()
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