TYPO3 CMS  TYPO3_6-2
TYPO3AJAX Class Reference
Inheritance diagram for TYPO3AJAX:
TYPO3\CMS\Core\Http\AjaxRequestHandler

Additional Inherited Members

- Public Member Functions inherited from TYPO3\CMS\Core\Http\AjaxRequestHandler
 __construct ($ajaxId)
 
 getAjaxID ()
 
 setContent ($content)
 
 addContent ($key, $content)
 
 getContent ($key='')
 
 setContentFormat ($format)
 
 setJavascriptCallbackWrap ($javascriptCallbackWrap)
 
 setError ($errorMsg='')
 
 isError ()
 
 render ()
 
- Protected Member Functions inherited from TYPO3\CMS\Core\Http\AjaxRequestHandler
 renderAsError ()
 
 renderAsPlain ()
 
 renderAsXML ()
 
 renderAsJSON ()
 
 renderAsJavascript ()
 
- Protected Attributes inherited from TYPO3\CMS\Core\Http\AjaxRequestHandler
 $ajaxId = NULL
 
 $errorMessage = NULL
 
 $isError = FALSE
 
 $content = array()
 
 $contentFormat = 'plain'
 
 $charset = 'utf-8'
 
 $requestCharset = 'utf-8'
 
 $javascriptCallbackWrap
 

Detailed Description

Deprecated:
since 6.0 will be removed in 7.0

Definition at line 1122 of file LegacyClassesForIde.php.