Class WebdavRequestContextHolder
- java.lang.Object
-
- org.apache.jackrabbit.webdav.server.WebdavRequestContextHolder
-
public final class WebdavRequestContextHolder extends java.lang.Object
Associates aWebdavRequestContext
with the current execution thread.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static WebdavRequestContext
getContext()
Return theWebdavRequestContext
with the current execution thread.
-
-
-
Method Detail
-
getContext
public static WebdavRequestContext getContext()
Return theWebdavRequestContext
with the current execution thread.- Returns:
- the
WebdavRequestContext
with the current execution thread
-
-