Uses of Interface
org.apache.jackrabbit.webdav.WebdavRequest
Packages that use WebdavRequest
-
Uses of WebdavRequest in org.apache.jackrabbit.webdav
Classes in org.apache.jackrabbit.webdav that implement WebdavRequestMethods in org.apache.jackrabbit.webdav that return WebdavRequestModifier and TypeMethodDescriptionWebdavRequestContext.getRequest()
Return the currentWebdavRequest
instance associated with the current thread of execution.Methods in org.apache.jackrabbit.webdav with parameters of type WebdavRequestModifier and TypeMethodDescriptionboolean
DavSessionProvider.attachSession
(WebdavRequest request) Acquires a DavSession.void
DavSessionProvider.releaseSession
(WebdavRequest request) Releases the reference from the request to the session.