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 |
---|---|
jResponseJson | Json response |
jResponseZip | generate a zip content and send it to the browser |
jResponseText | plain Text response |
jResponseCmdline | Command line response |
jResponseXMLFeed | Responses for Syndication should inherits from jResponseXMLFeed |
jResponseXul | Generate a XUL window |
jResponseRedirectUrl | Response To redirect to an URL |
jResponseCss | Send CSS content |
jResponseRedirect | Response To redirect to an action |
jResponseSoap | Response for soap web services |
jResponseXmlRpc | xmlrpc response |
jResponseHtmlFragment | Send Html part |
jResponseBinary | Response use to send a binary file to the browser |
jResponseTcpdf | PDF Response based on TCPDF (http://tcpdf.sourceforge.net) |
jResponseXml | XML response generator |
jResponseJsonRpc | Response for jsonrpc protocol |
jResponseLatexToPdf | pdf response, generated from a latex content |
jResponseHtml | HTML response |
jResponseRdf | output RDF content. |
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
send http headers
set the http status code for the http header
Documentation generated on Thu, 22 Mar 2012 22:16:32 +0100 by phpDocumentor 1.4.3