com.ithit.webdav.server.exceptions
Class PropStatResponse

java.lang.Object
  extended by com.ithit.webdav.server.exceptions.Response
      extended by com.ithit.webdav.server.exceptions.PropStatResponse

public class PropStatResponse
extends Response

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

PropStatResponse

public PropStatResponse(java.lang.String itemPath,
                        PropStat[] propStats,
                        java.lang.String description)
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 Detail

getPropStats

public java.util.List<PropStat> getPropStats()
Retrieves statuses for properties grouped by item they relate to.

Returns:
statuses for properties.


Copyright © 2009 ITHit. All Rights Reserved.