|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DavSession | |
|---|---|
| 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 | |
|---|---|
DavSession |
DavServletRequest.getDavSession()
Returns the DavSession created for this request. |
DavSession |
WebdavRequestImpl.getDavSession()
|
DavSession |
DavResource.getSession()
Retrieve the DavSession associated with this resource. |
| Methods in org.apache.jackrabbit.webdav with parameters of type DavSession | |
|---|---|
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. |
| Uses of DavSession in org.apache.jackrabbit.webdav.jcr |
|---|
| Classes in org.apache.jackrabbit.webdav.jcr that implement DavSession | |
|---|---|
class |
JcrDavSession
JcrDavSession specific base implementation of the
DavSession interface, which simply wraps a Session
object. |
| Methods in org.apache.jackrabbit.webdav.jcr with parameters of type DavSession | |
|---|---|
static void |
JcrDavSession.checkImplementation(DavSession davSession)
|
DavResource |
DavResourceFactoryImpl.createResource(DavResourceLocator locator,
DavSession session)
Create a new DavResource from the given locator and session. |
static javax.jcr.Session |
JcrDavSession.getRepositorySession(DavSession davSession)
|
| Uses of DavSession in org.apache.jackrabbit.webdav.simple |
|---|
| Classes in org.apache.jackrabbit.webdav.simple that implement DavSession | |
|---|---|
class |
DavSessionImpl
Simple implementation of the DavSession interface. |
| Methods in org.apache.jackrabbit.webdav.simple that return DavSession | |
|---|---|
DavSession |
DavResourceImpl.getSession()
|
| Methods in org.apache.jackrabbit.webdav.simple with parameters of type DavSession | |
|---|---|
DavResource |
ResourceFactoryImpl.createResource(DavResourceLocator locator,
DavSession session)
Create a new DavResource from the given locator and webdav
session. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||