Class PropStatResponse
java.lang.Object
com.ithit.webdav.server.exceptions.Response
com.ithit.webdav.server.exceptions.PropStatResponse
Response that may be present in multistatus response.
Describes status of properties relating to the same item.
-
Constructor Summary
ConstructorDescriptionPropStatResponse
(String itemPath, PropStat[] propStats, String description) Initializes new instance. -
Method Summary
Modifier and TypeMethodDescriptionRetrieves statuses for properties grouped by item they relate to.Methods inherited from class com.ithit.webdav.server.exceptions.Response
getItemPath, getResponseDescription
-
Constructor Details
-
PropStatResponse
Initializes new instance.- Parameters:
itemPath
- Path to item which contains these properties.propStats
- Statuses for different properties related to this item.description
- Description for the response.
-
-
Method Details
-
getPropStats
Retrieves statuses for properties grouped by item they relate to.- Returns:
- Statuses for properties.
-