Class PropStatResponse

java.lang.Object
com.ithit.webdav.server.exceptions.Response
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 Details

    • PropStatResponse

      public PropStatResponse(String itemPath, PropStat[] propStats, 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 Details

    • getPropStats

      public List<PropStat> getPropStats()
      Retrieves statuses for properties grouped by item they relate to.
      Returns:
      Statuses for properties.