lithium\template\view\Renderer::response()
Returns the Response object associated with this rendering context.
Returns
objectReturns an instance of lithium\action\Response, which provides the i.e.
the encoding for the document being the result of templates rendered by this context.
Source
public function response() {
return $this->_response;
}