|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DavSession | |
org.apache.jackrabbit.webdav | |
org.apache.jackrabbit.webdav.observation | Contains interfaces and classes related to observation, which is not covered by the WebDAV protocol. |
org.apache.jackrabbit.webdav.transaction | Contains interfaces and classes related to transaction locks. |
org.apache.jackrabbit.webdav.version | Interfaces and classes used to cover functionality defined by RFC 3253: Versioning Extensions to WebDAV. |
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()
|
Methods in org.apache.jackrabbit.webdav with parameters of type DavSession | |
void |
DavServletRequest.setDavSession(DavSession session)
Sets the DavSession to this request. |
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. |
Uses of DavSession in org.apache.jackrabbit.webdav.observation |
Methods in org.apache.jackrabbit.webdav.observation that return DavSession | |
DavSession |
ObservationResource.getSession()
Retrieve the DavSession associated with this resource. |
Uses of DavSession in org.apache.jackrabbit.webdav.transaction |
Methods in org.apache.jackrabbit.webdav.transaction that return DavSession | |
DavSession |
TransactionResource.getSession()
Retrieve the DavSession associated with this resource. |
Uses of DavSession in org.apache.jackrabbit.webdav.version |
Methods in org.apache.jackrabbit.webdav.version that return DavSession | |
DavSession |
DeltaVResource.getSession()
Retrieve the DavSession associated with this resource. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |