| Package | Description |
|---|---|
| net.java.dev.webdav.jaxrs.xml.elements |
This package contains WebDAV XML Elements.
|
| Modifier and Type | Method and Description |
|---|---|
List<PropStat> |
Response.getPropStats() |
| Constructor and Description |
|---|
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 and Description |
|---|
Response(HRef hRef,
Error error,
ResponseDescription responseDescription,
Location location,
Collection<PropStat> propStats)
Deprecated.
Since 1.2, as the provided
propStats collection is not necessarily immutable and there is no standard Java way to enforce
immutability. Use Response.Response(HRef, Error, ResponseDescription, Location, PropStat, PropStat...) instead. |
Copyright © 2008-2014 The java.net WebDAV Project. All Rights Reserved.