nl.hippo.client.webdav.method
Class PropFind

java.lang.Object
  extended by 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.


Constructor Summary
PropFind(WebdavConfig config)
           
 
Method Summary
 WebdavResponse execute(DocumentPath path)
           
 WebdavResponse execute(WebdavCacheHandler cache, DocumentPath path)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropFind

public PropFind(WebdavConfig config)
Method Detail

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.