Uses of Class
org.abstracthorizon.danube.webdav.xml.dav.HRef

Packages that use HRef
org.abstracthorizon.danube.webdav.xml.dav.request   
org.abstracthorizon.danube.webdav.xml.dav.response   
 

Uses of HRef in org.abstracthorizon.danube.webdav.xml.dav.request
 

Fields in org.abstracthorizon.danube.webdav.xml.dav.request with type parameters of type HRef
protected  List<HRef> KeepAlive.hrefs
          Hrefs
 

Uses of HRef in org.abstracthorizon.danube.webdav.xml.dav.response
 

Fields in org.abstracthorizon.danube.webdav.xml.dav.response declared as HRef
protected  HRef Response.href
          Response's href
 

Fields in org.abstracthorizon.danube.webdav.xml.dav.response with type parameters of type HRef
protected  List<HRef> Response.additionalHRefs
          List of additional hrefs.
 

Methods in org.abstracthorizon.danube.webdav.xml.dav.response that return HRef
 HRef Response.getHRef()
          Returns response's href
 HRef MultiStatus.newHRef()
          Creates new href of request's URL
 HRef MultiStatus.newHRef(String path)
          Creates new href of relative path of request's URL
 

Methods in org.abstracthorizon.danube.webdav.xml.dav.response that return types with arguments of type HRef
 List<HRef> Response.getAdditionalHRefs()
          Returns additional hrefs.
 

Methods in org.abstracthorizon.danube.webdav.xml.dav.response with parameters of type HRef
 void Response.addHRef(HRef href)
          Adds additional href.
 

Method parameters in org.abstracthorizon.danube.webdav.xml.dav.response with type arguments of type HRef
 void Response.setAdditionalHRefs(List<HRef> additionalHRefs)
          Sets list of additional hrefs
 

Constructors in org.abstracthorizon.danube.webdav.xml.dav.response with parameters of type HRef
Response(MultiStatus multiStatus, HRef href)
          Constructor
 



Copyright © 2005-2009 Abstract Horizon. All Rights Reserved.