| Package | Description | 
|---|---|
| org.apache.jackrabbit.webdav | |
| org.apache.jackrabbit.webdav.jcr | 
 Contains JCR specific implementations. 
 | 
| org.apache.jackrabbit.webdav.simple | 
| Modifier and Type | Method and Description | 
|---|---|
DavSession | 
DavServletRequest.getDavSession()
Returns the  
DavSession created for this request. | 
DavSession | 
WebdavRequestImpl.getDavSession()  | 
DavSession | 
DavResource.getSession()
Retrieve the  
DavSession associated with this resource. | 
| Modifier and Type | Method and Description | 
|---|---|
DavResource | 
DavResourceFactory.createResource(DavResourceLocator locator,
              DavSession session)
Create a new  
DavResource object from the given locator and session. | 
void | 
DavServletRequest.setDavSession(DavSession session)
Sets the  
DavSession 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. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
JcrDavSession
JcrDavSession specific base implementation of the
 DavSession interface, which simply wraps a Session
 object. | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
JcrDavSession.checkImplementation(DavSession davSession)  | 
DavResource | 
DavResourceFactoryImpl.createResource(DavResourceLocator locator,
              DavSession session)
Create a new  
DavResource from the given locator and session. | 
static Session | 
JcrDavSession.getRepositorySession(DavSession davSession)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DavSessionImpl
Simple implementation of the  
DavSession interface. | 
| Modifier and Type | Method and Description | 
|---|---|
DavSession | 
DavResourceImpl.getSession()  | 
| Modifier and Type | Method and Description | 
|---|---|
DavResource | 
ResourceFactoryImpl.createResource(DavResourceLocator locator,
              DavSession session)
Create a new  
DavResource from the given locator and webdav
 session. | 
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.