JResponse Class.
This class serves to provide the Joomla Platform with a common interface to access response variables. This includes header and body.
Located in /libraries/joomla/environment/response.php (line 22)
Set/get cachable state for the response.
If $allow is set, sets the cachable state of the response. Always returns current state.
Append content to the body content
Clear headers.
Check, whether client supports compressed data
Compress the data
Checks the accept encoding of the browser and compresses the data before sending it to the client.
Return the body content
Return array of headers.
Prepend content to the body content
Send all headers.
Set body content.
If body content already defined, this will replace it.
Set a header.
If $replace is true, replaces any headers already defined with that $name.
Sends all headers prior to returning the string
Documentation generated on Mon, 25 Jun 2012 13:59:12 -0500 by phpDocumentor 1.4.4