Package org.apache.jackrabbit.webdav
Interface WebdavRequestContext
-
public interface WebdavRequestContextInterface 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 WebdavRequestgetRequest()Return the currentWebdavRequestinstance associated with the current thread of execution.
-
-
-
Method Detail
-
getRequest
WebdavRequest getRequest()
Return the currentWebdavRequestinstance associated with the current thread of execution.- Returns:
- the current
WebdavRequestinstance associated with the current thread of execution
-
-