Package | Description |
---|---|
org.apache.jackrabbit.webdav |
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.
|
Copyright © 2004–2016 The Apache Software Foundation. All rights reserved.