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
Modifier and TypeMethodDescriptionReturn the currentWebdavRequestinstance associated with the current thread of execution.
-
Method Details
-
getRequest
WebdavRequest getRequest()Return the currentWebdavRequestinstance associated with the current thread of execution.- Returns:
- the current
WebdavRequestinstance associated with the current thread of execution
-