it.sistematica.isharedoc.webdav
Class WebDAVUtils

java.lang.Object
  extended by it.sistematica.isharedoc.webdav.WebDAVUtils

public class WebDAVUtils
extends java.lang.Object


Nested Class Summary
static class WebDAVUtils.Client
           
 
Constructor Summary
WebDAVUtils()
           
 
Method Summary
static java.lang.String encode(java.lang.String s)
           
static WebDAVUtils.Client findWebDAVClient(javax.servlet.http.HttpServletRequest req)
           
static com.ithit.webdav.server.LockInfo getLockInfo(CloudLock lock)
           
static boolean isClientAbortException(java.lang.Throwable e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebDAVUtils

public WebDAVUtils()
Method Detail

getLockInfo

public static com.ithit.webdav.server.LockInfo getLockInfo(CloudLock lock)

encode

public static java.lang.String encode(java.lang.String s)

isClientAbortException

public static boolean isClientAbortException(java.lang.Throwable e)

findWebDAVClient

public static WebDAVUtils.Client findWebDAVClient(javax.servlet.http.HttpServletRequest req)