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