Class Index | File Index

Classes


Class nl.sara.webdav.Multistatus

WebDAV Multistatus response body
Defined in: multistatus.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Field Summary
Field Attributes Field Name and Description
 
The response description
Method Summary
Method Attributes Method Name and Description
 
addResponse(response)
Adds a Response
 
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

Documentation generated by JsDoc Toolkit 2.4.0 on Wed Apr 23 2014 15:51:05 GMT+0200 (CEST)