Uses of Interface
org.apache.jackrabbit.webdav.DavSession
Packages that use DavSession
-
Uses of DavSession in org.apache.jackrabbit.webdav
Methods in org.apache.jackrabbit.webdav that return DavSessionModifier and TypeMethodDescriptionDavServletRequest.getDavSession()
Returns theDavSession
created for this request.WebdavRequestImpl.getDavSession()
DavResource.getSession()
Retrieve theDavSession
associated with this resource.Methods in org.apache.jackrabbit.webdav with parameters of type DavSessionModifier and TypeMethodDescriptionDavResourceFactory.createResource
(DavResourceLocator locator, DavSession session) Create a newDavResource
object from the given locator and session.void
DavServletRequest.setDavSession
(DavSession session) Sets theDavSession
to this request.void
WebdavRequestImpl.setDavSession
(DavSession session) Sets the session field and adds all lock tokens present with either the Lock-Token header or the If header to the given session object.