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 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. -
Uses of DavSession in org.apache.jackrabbit.webdav.jcr
Classes in org.apache.jackrabbit.webdav.jcr that implement DavSession Modifier and Type Class Description classJcrDavSessionJcrDavSessionspecific base implementation of theDavSessioninterface, which simply wraps aSessionobject.Methods in org.apache.jackrabbit.webdav.jcr with parameters of type DavSession Modifier and Type Method Description static voidJcrDavSession. checkImplementation(DavSession davSession)DavResourceDavResourceFactoryImpl. createResource(DavResourceLocator locator, DavSession session)Create a newDavResourcefrom the given locator and session.static SessionJcrDavSession. 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 classDavSessionImplSimple implementation of theDavSessioninterface.Methods in org.apache.jackrabbit.webdav.simple that return DavSession Modifier and Type Method Description DavSessionDavResourceImpl. getSession()Methods in org.apache.jackrabbit.webdav.simple with parameters of type DavSession Modifier and Type Method Description DavResourceResourceFactoryImpl. createResource(DavResourceLocator locator, DavSession session)Create a newDavResourcefrom the given locator and webdav session.
-