|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ithit.webdav.server.exceptions.Response
com.ithit.webdav.server.exceptions.PropStatResponse
public class PropStatResponse
Response that may be present in multistatus response. Describes status of properties relating to the same item.
| Constructor Summary | |
|---|---|
PropStatResponse(java.lang.String itemPath,
PropStat[] propStats,
java.lang.String description)
Initializes new instance. |
|
| Method Summary | |
|---|---|
java.util.List<PropStat> |
getPropStats()
Retrieves statuses for properties grouped by item they relate to. |
| Methods inherited from class com.ithit.webdav.server.exceptions.Response |
|---|
getItemPath, getResponseDescription |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PropStatResponse(java.lang.String itemPath,
PropStat[] propStats,
java.lang.String description)
itemPath - path to item which contains these properties.propStats - statuses for different properties related to this item.description - description for the response.| Method Detail |
|---|
public java.util.List<PropStat> getPropStats()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||