Uses of Interface
org.apache.jackrabbit.webdav.DavSession
-
Packages that use DavSession Package Description org.apache.jackrabbit.webdav org.apache.jackrabbit.webdav.jcr Contains JCR specific implementations.org.apache.jackrabbit.webdav.simple -
-
Uses of DavSession in org.apache.jackrabbit.webdav
Methods in org.apache.jackrabbit.webdav that return DavSession Modifier and Type Method Description DavSession
DavServletRequest. getDavSession()
Returns theDavSession
created for this request.DavSession
WebdavRequestImpl. getDavSession()
DavSession
DavResource. getSession()
Retrieve theDavSession
associated with this resource.Methods in org.apache.jackrabbit.webdav with parameters of type DavSession Modifier and Type Method Description DavResource
DavResourceFactory. 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. -
Uses of DavSession in org.apache.jackrabbit.webdav.jcr
Classes in org.apache.jackrabbit.webdav.jcr that implement DavSession Modifier and Type Class Description class
JcrDavSession
JcrDavSession
specific base implementation of theDavSession
interface, which simply wraps aSession
object.Methods in org.apache.jackrabbit.webdav.jcr with parameters of type DavSession Modifier and Type Method Description static void
JcrDavSession. checkImplementation(DavSession davSession)
DavResource
DavResourceFactoryImpl. createResource(DavResourceLocator locator, DavSession session)
Create a newDavResource
from the given locator and session.static Session
JcrDavSession. getRepositorySession(DavSession davSession)
-
Uses of DavSession in org.apache.jackrabbit.webdav.simple
Classes in org.apache.jackrabbit.webdav.simple that implement DavSession Modifier and Type Class Description class
DavSessionImpl
Simple implementation of theDavSession
interface.Methods in org.apache.jackrabbit.webdav.simple that return DavSession Modifier and Type Method Description DavSession
DavResourceImpl. getSession()
Methods in org.apache.jackrabbit.webdav.simple with parameters of type DavSession Modifier and Type Method Description DavResource
ResourceFactoryImpl. createResource(DavResourceLocator locator, DavSession session)
Create a newDavResource
from the given locator and webdav session.
-