Uses of Interface
org.apache.jackrabbit.webdav.DavSession

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 DavServletRequest.getDavSession()
          Returns the DavSession created for this request.
 DavSession DavResource.getSession()
          Retrieve the DavSession associated with this resource.
 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.
 



Copyright © 2005-2006 . All Rights Reserved.