Webdav: ezcWebdavMultistatusResponse
[ ]
[ Clients ] [ Plugin architecture ]
[ ]
[ ]
[ ]
[ ]
Class: ezcWebdavMultistatusResponse
|
Class generated by the backend to indicate multiple responses at once. [
source]
If a
ezcWebdavBackend needs to indicate multiple stati at once (like multiple errors or a mixture of success messages and error) an instance of ezcWebdavMultiStatusRequest is generated.
Parents
ezcWebdavInfrastructureBase
|
--ezcWebdavResponse
|
--ezcWebdavMultistatusResponse
Inherited Constants
From
ezcWebdavResponse:
Inherited Member Variables
From
ezcWebdavResponse:
From
ezcWebdavInfrastructureBase:
Method Summary
|
public void |
__construct(
)
Creates a new response object. |
|
public void |
validateHeaders(
)
Validates the headers set in this response. |
Inherited Methods
From
ezcWebdavResponse :
From
ezcWebdavInfrastructureBase :
Methods
__construct
void __construct(
)
Creates a new response object.
Any number of
ezcWebdavResponse objects may be passed as parameters to the constructer.
Redefinition of
validateHeaders
void validateHeaders(
)
Validates the headers set in this response.
This method is called by
ezcWebdavServer after the response object has been created by an
ezcWebdavBackend. It validates all headers, specific to this response, for existance of required headers and validity of all headers used. The call of the parent method is *mandatory* to have common WebDAV and HTTP headers validated, too.
Throws
| Class | Description |
ezcWebdavMissingHeaderException |
if a required header is missing. |
ezcWebdavInvalidHeaderException |
if a header is present, but its content does not validate. |
Redefinition of
Last updated: Mon, 29 Jun 2009