Uses of Class
nl.hippo.client.webdav.WebdavConfig

Packages that use WebdavConfig
nl.hippo.client.webdav   
nl.hippo.client.webdav.binding.content   
nl.hippo.client.webdav.binding.facets   
nl.hippo.client.webdav.method   
nl.hippo.client.webdav.service   
 

Uses of WebdavConfig in nl.hippo.client.webdav
 

Methods in nl.hippo.client.webdav that return WebdavConfig
 WebdavConfig WebdavRequest.getConfig()
           
 

Constructors in nl.hippo.client.webdav with parameters of type WebdavConfig
WebdavConfigFactory(WebdavConfig config)
          Copy configuration from a WebdavConfig instance
WebdavRequest(WebdavConfig config, DocumentPath path, String method, String requestBody)
           
WebdavRequest(WebdavConfig config, String id, String method)
           
 

Uses of WebdavConfig in nl.hippo.client.webdav.binding.content
 

Constructors in nl.hippo.client.webdav.binding.content with parameters of type WebdavConfig
DocumentFactory(WebdavConfig config)
           
 

Uses of WebdavConfig in nl.hippo.client.webdav.binding.facets
 

Constructors in nl.hippo.client.webdav.binding.facets with parameters of type WebdavConfig
FacetFactory(WebdavConfig config)
           
 

Uses of WebdavConfig in nl.hippo.client.webdav.method
 

Constructors in nl.hippo.client.webdav.method with parameters of type WebdavConfig
Copy(WebdavConfig config)
           
Delete(WebdavConfig config)
           
Facets(WebdavConfig config)
           
Get(WebdavConfig config)
           
Head(WebdavConfig config)
           
MkCol(WebdavConfig config)
           
Move(WebdavConfig config)
           
PropFind(WebdavConfig config)
           
PropPatch(WebdavConfig config)
           
Put(WebdavConfig config)
           
Search(WebdavConfig config)
           
SearchDocumentById(WebdavConfig config)
           
 

Uses of WebdavConfig in nl.hippo.client.webdav.service
 

Constructors in nl.hippo.client.webdav.service with parameters of type WebdavConfig
WebdavServiceImpl(WebdavConfig config)
           
WebdavServiceImpl(WebdavConfig config, boolean documentIdEnabled)
           
WebdavServiceImpl(WebdavConfig config, CachingService cache)
           
WebdavServiceImpl(WebdavConfig config, CachingService cachingService, boolean documentIdEnabled)
           
 



Copyright © 2006-2009 Hippo. All Rights Reserved.