base class for response object A response object is responsible to generate a content in a specific format.
Located in /core/jResponse.class.php (line 19)
Class | Description |
---|---|
jResponseHtml | HTML response |
jResponseJson | Json response |
jResponseRedirectUrl | Response To redirect to an URL |
jResponseTcpdf | PDF Response based on TCPDF (http://tcpdf.sourceforge.net) |
jResponseBinary | Response use to send a binary file to the browser |
jResponseXul | Generate a XUL window |
jResponseRedirect | Response To redirect to an action |
jResponseXml | XML response generator |
jResponseLatexToPdf | pdf response, generated from a latex content |
jResponseXmlRpc | xmlrpc response |
jResponseRdf | output RDF content. |
jResponseCss | Send CSS content |
jResponseXMLFeed | Responses for Syndication should inherits from jResponseXMLFeed |
jResponseZip | generate a zip content and send it to the browser |
jResponseText | plain Text response |
jResponseJsonRpc | Response for jsonrpc protocol |
ident of the response type
constructor
says if the response can embed more than one error message
add an http header to the response.
will be send during the output of the response
return the format type name (eg the family type name)
Send the response in the correct format.
Send a response with only error messages which appears during the action
(errors, warning, notice, exceptions...). Type and error details depend on the application configuration
set the http status code for the http header
Documentation generated on Wed, 07 Sep 2011 13:47:41 +0200 by phpDocumentor 1.4.3