Uses of Class
net.java.dev.webdav.core.jaxrs.xml.elements.HRef

Packages that use HRef
net.java.dev.webdav.core.jaxrs.xml.conditions This package contains WebDAV Precondition / Postcondition XML Elements. 
net.java.dev.webdav.core.jaxrs.xml.elements This package contains WebDAV XML Elements. 
 

Uses of HRef in net.java.dev.webdav.core.jaxrs.xml.conditions
 

Methods in net.java.dev.webdav.core.jaxrs.xml.conditions that return types with arguments of type HRef
 java.util.List<HRef> NoConflictingLock.getHRefs()
           
 java.util.List<HRef> LockTokenSubmitted.getHRefs()
           
 

Constructors in net.java.dev.webdav.core.jaxrs.xml.conditions with parameters of type HRef
LockTokenSubmitted(HRef hRef, HRef... hRefs)
           
LockTokenSubmitted(HRef hRef, HRef... hRefs)
           
NoConflictingLock(HRef... hRefs)
           
 

Uses of HRef in net.java.dev.webdav.core.jaxrs.xml.elements
 

Methods in net.java.dev.webdav.core.jaxrs.xml.elements that return HRef
 HRef LockToken.getHRef()
           
 HRef LockRoot.getHRef()
           
 HRef Location.getHRef()
           
 

Methods in net.java.dev.webdav.core.jaxrs.xml.elements that return types with arguments of type HRef
 java.util.List<HRef> Response.getHRefs()
           
 

Constructors in net.java.dev.webdav.core.jaxrs.xml.elements with parameters of type HRef
Location(HRef hRef)
           
LockRoot(HRef hRef)
           
LockToken(HRef hRef)
           
Response(HRef hRef, Error error, ResponseDescription responseDescription, Location location, PropStat propStat, PropStat... propStats)
           
Response(Status status, Error error, ResponseDescription responseDescription, Location location, HRef hRef, HRef... hRefs)
           
Response(Status status, Error error, ResponseDescription responseDescription, Location location, HRef hRef, HRef... hRefs)
           
 



Copyright © 2008-2009 The java.net WebDAV Project. All Rights Reserved.