Class Response

java.lang.Object
com.ithit.webdav.server.exceptions.Response
Direct Known Subclasses:
ItemResponse, PropStatResponse

public abstract class Response extends Object
Base class for responses to be included into multistatus response. Basically it can be either PropStatResponse or ItemResponse.
  • Method Details

    • getItemPath

      public String getItemPath()
      Path of an item this response relates to.
      Returns:
      Item path.
    • getResponseDescription

      public String getResponseDescription()
      Description of the response.
      Returns:
      Description.