HTML response
Located in /core/response/jResponseHtml.class.php (line 25)
jResponse | --jResponseHtml
Selector of the template used when there are some errors, instead of $bodyTpl
body attributes
This attributes are written on the body tags
selector of the main template file
This template should contains the body content, and is used by the $body template engine
favicon url linked to the document
Title of the document
says if xhtml content type should be send or not.
it true, a verification of HTTP_ACCEPT is done.
content for the body
content for the body
the charset of the document
content for the head
content for the head
says what part of the html head has been send
says if the document is in xhtml or html
content for the head
content for the head
content for the head
the lang of the document
content for the head
content for the head
content for the head
content for the head
jresponse id
Inherited from jResponse
jResponse::$_acceptSeveralErrors
jResponse::$_errorMessages
jResponse::$_httpHeaders
jResponse::$_httpHeadersSent
jResponse::$_httpStatusCode
jResponse::$_httpStatusMsg
constructor;
setup the charset, the lang, the template engine
add content to the body
you can add additionnal content, before or after the content generated by the main template
add a link to a css stylesheet in the document head
$forIe parameter exists since 1.0b2
add additional content into the document head
add inline javascript code (inside a <script> tag)
add a link to a javascript script in the document head
$forIe parameter exists since 1.0b2
add a description in a description meta tag
add some keywords in a keywords meta tag
add inline css style into the document (inside a <style> tag)
used to erase some head properties
return the end of a html tag : "/>" or ">", depending if it will generate xhtml or html
output the html content
output errors
change the type of html for the output
The method you can overload in your inherited html response
overload it if you want to add processes (stylesheet, head settings, additionnal content etc..) for all actions
Inherited From jResponse
jResponse::__construct()
jResponse::acceptSeveralErrors()
jResponse::addHttpHeader()
jResponse::clearHttpHeaders()
jResponse::getFormatType()
jResponse::getType()
jResponse::hasErrors()
jResponse::output()
jResponse::outputErrors()
jResponse::sendHttpHeaders()
jResponse::setHttpStatus()
Documentation generated on Wed, 07 Sep 2011 13:47:45 +0200 by phpDocumentor 1.4.3