Class THttpResponseAdapter
THttpResponseAdapter class.
THttpResponseAdapter allows the base http response class to change behavior without change the class hierarchy.
- TComponent
-
TApplicationComponent
-
THttpResponseAdapter
Direct known subclasses
TCallbackResponseAdapter
Package: System\Web
Copyright: Copyright © 2005-2014 PradoSoft
License: http://www.pradosoft.com/license/
Author: Wei Zhuo <weizhuo[at]gmail[dot]com>
Version: $Id$
Since: 3.0
Located at Web/THttpResponseAdapter.php
Copyright: Copyright © 2005-2014 PradoSoft
License: http://www.pradosoft.com/license/
Author: Wei Zhuo <weizhuo[at]gmail[dot]com>
Version: $Id$
Since: 3.0
Located at Web/THttpResponseAdapter.php
public
|
|
public
|
|
public
|
#
flushContent( )
This method is invoked when the response flushes the content and headers. Default implementation calls the attached response flushContent method. |
public
|
#
httpRedirect( string $url )
This method is invoked when the response is to redirect to another page. |
public
|
#
createNewHtmlWriter( string $type,
This method is invoked when a new HtmlWriter needs to be created. Default implementation calls the attached response createNewHtmlWriter method. |
getApplication(),
getRequest(),
getService(),
getSession(),
getUser(),
publishAsset(),
publishFilePath()
|
GLOBAL_RAISE_EVENT_LISTENER
|