|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DavSession | |
|---|---|
| org.apache.jackrabbit.webdav | |
| Uses of DavSession in org.apache.jackrabbit.webdav |
|---|
| Methods in org.apache.jackrabbit.webdav that return DavSession | |
|---|---|
DavSession |
WebdavRequestImpl.getDavSession()
|
DavSession |
DavServletRequest.getDavSession()
Returns the DavSession created for this request. |
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 |
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. |
void |
DavServletRequest.setDavSession(DavSession session)
Sets the DavSession to this request. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||