nl.hippo.client.webdav.method
Class PropFind
java.lang.Object
nl.hippo.client.webdav.method.PropFind
public class PropFind
- extends Object
A limited implementation of the WebDav PROPFIND method, it only supports:
Which means: Get ALL properties of THIS webdav resource.
PropFind
public PropFind(WebdavConfig config)
execute
public WebdavResponse execute(DocumentPath path)
throws ClientException
- Throws:
ClientException
execute
public WebdavResponse execute(WebdavCacheHandler cache,
DocumentPath path)
throws ClientException
- Throws:
ClientException
Copyright © 2006-2009 Hippo. All Rights Reserved.