Uses of Interface
org.apache.jackrabbit.webdav.DavSession
-
Packages that use DavSession Package Description org.apache.jackrabbit.webdav -
-
Uses of DavSession in org.apache.jackrabbit.webdav
Methods in org.apache.jackrabbit.webdav that return DavSession Modifier and Type Method Description DavSessionDavServletRequest. getDavSession()Returns theDavSessioncreated for this request.DavSessionWebdavRequestImpl. getDavSession()DavSessionDavResource. getSession()Retrieve theDavSessionassociated with this resource.Methods in org.apache.jackrabbit.webdav with parameters of type DavSession Modifier and Type Method Description DavResourceDavResourceFactory. createResource(DavResourceLocator locator, DavSession session)Create a newDavResourceobject from the given locator and session.voidDavServletRequest. setDavSession(DavSession session)Sets theDavSessionto this request.voidWebdavRequestImpl. 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.
-