Class nl.sara.webdav.Multistatus
WebDAV Multistatus response body
Defined in: multistatus.js.
Constructor Attributes | Constructor Name and Description |
---|---|
nl.sara.webdav.Multistatus(xmlNode)
|
Field Attributes | Field Name and Description |
---|---|
The response description
|
Method Attributes | Method Name and Description |
---|---|
addResponse(response)
Adds a Response
|
|
getResponse(name)
Gets a Response
|
|
Gets the response names
|
Class Detail
nl.sara.webdav.Multistatus(xmlNode)
- Parameters:
- {Node} xmlNode Optional
- Optional; the xmlNode describing the multistatus object (should be compliant with RFC 4918)
Field Detail
{String}
responsedescription
The response description
Method Detail
{nl.sara.webdav.Multistatus}
addResponse(response)
Adds a Response
- Parameters:
- {nl.sara.webdav.Response} response
- The response
- Returns:
- {nl.sara.webdav.Multistatus} The multistatus itself for chaining methods
{nl.sara.webdav.Response}
getResponse(name)
Gets a Response
- Parameters:
- {String} name
- The name of the response to get
- Returns:
- {nl.sara.webdav.Response} The value of the WebDAV property or undefined if the WebDAV property doesn't exist
{String[]}
getResponseNames()
Gets the response names
- Returns:
- {String[]} The names of the different responses