Package org.apache.jackrabbit.webdav
Interface WebdavRequestContext
-
public interface WebdavRequestContext
Interface providing the minimum WebDAV request information associated with the current thread of execution.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WebdavRequest
getRequest()
Return the currentWebdavRequest
instance associated with the current thread of execution.
-
-
-
Method Detail
-
getRequest
WebdavRequest getRequest()
Return the currentWebdavRequest
instance associated with the current thread of execution.- Returns:
- the current
WebdavRequest
instance associated with the current thread of execution
-
-