Class Response
java.lang.Object
com.ithit.webdav.server.exceptions.Response
- Direct Known Subclasses:
ItemResponse
,PropStatResponse
Base class for responses to be included into multistatus response.
Basically it can be either
PropStatResponse
or ItemResponse
.-
Method Summary
Modifier and TypeMethodDescriptionPath of an item this response relates to.Description of the response.
-
Method Details
-
getItemPath
Path of an item this response relates to.- Returns:
- Item path.
-
getResponseDescription
Description of the response.- Returns:
- Description.
-