|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ithit.webdav.server.exceptions.PropStat
public class PropStat
Status for a number of properties to be included into multistatus response.
| Constructor Summary | |
|---|---|
PropStat(Property[] property,
WebDavStatus status,
java.lang.String description)
Initializes new instance. |
|
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
Description for the response. |
java.util.List<Property> |
getProperties()
Retrieves list of properties with the same status. |
WebDavStatus |
getStatus()
Retrieves status. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PropStat(Property[] property,
WebDavStatus status,
java.lang.String description)
property - list of properties with the same status.status - status for these properties.description - description.| Method Detail |
|---|
public WebDavStatus getStatus()
public java.util.List<Property> getProperties()
public java.lang.String getDescription()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||