MvcTools: ezcMvcHttpResponseWriter
[ ]
[ ]
[ ]
[ ]
[ ]
Class: ezcMvcHttpResponseWriter
|
Request parser that uses HTTP headers to populate an ezcMvcRequest object. [
source]
Parents
ezcMvcResponseWriter
|
--ezcMvcHttpResponseWriter
Member Variables
Method Summary
|
public ezcMvcHttpResponseWriter |
__construct(
$response )
Creates a new ezcMvcHttpResponseWriter class to write $response |
|
public void |
handleResponse(
)
Takes the raw protocol depending response body, and the protocol abstract response headers and forges a response to the client. Then it sends the assembled response to the client. |
|
protected void |
processCacheHeaders(
)
Processes the caching related headers. |
|
protected void |
processContentDispositionHeaders(
$disp )
Processed the content disposition related headers. |
|
protected void |
processContentHeaders(
)
Processes the content type related headers. |
|
protected void |
processStandardHeaders(
)
Processes the standard headers that are not subdivided into other structs. |
Inherited Methods
From
ezcMvcResponseWriter :
Methods
__construct
Creates a new ezcMvcHttpResponseWriter class to write $response
Parameters
Redefinition of
handleResponse
void handleResponse(
)
Takes the raw protocol depending response body, and the protocol abstract response headers and forges a response to the client. Then it sends the assembled response to the client.
Redefinition of
| Method |
Description |
ezcMvcResponseWriter::handleResponse() |
Takes the raw protocol depending response body, and the protocol abstract response headers and forges a response to the client. Then it sends the assembled response to the client. |
processCacheHeaders
void processCacheHeaders(
)
Processes the caching related headers.
processContentDispositionHeaders
Processed the content disposition related headers.
See http://tools.ietf.org/html/rfc2183#section-2, but implemented with limitations.
Parameters
processContentHeaders
void processContentHeaders(
)
Processes the content type related headers.
processStandardHeaders
void processStandardHeaders(
)
Processes the standard headers that are not subdivided into other structs.
Last updated: Tue, 01 Sep 2009