Uses of Class
net.java.dev.webdav.jaxrs.xml.elements.PropStat

Packages that use PropStat
net.java.dev.webdav.jaxrs.xml.elements This package contains WebDAV XML Elements. 
 

Uses of PropStat in net.java.dev.webdav.jaxrs.xml.elements
 

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

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

Constructor parameters in net.java.dev.webdav.jaxrs.xml.elements with type arguments of type PropStat
Response(HRef hRef, Error error, ResponseDescription responseDescription, Location location, java.util.Collection<PropStat> propStats)
           
 



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