Class AjaxService
Object
|
+--Ajax
|
+--AjaxRequest
|
+--AjaxService
- class
AjaxService
- extends AjaxRequest
Defined in ajax.js
| Fields inherited from class AjaxRequest |
uri, method, async, headers, contentType, encoding, ifModified, params, form, formFields, formUpload, formValidate, body, throbber, secureUri
|
|
Constructor Summary |
AjaxService
(<String> uri, <Object> args)
This class is able to interact with php2go.service.AjaxService
class in order to call PHP functions or methods.
|
AjaxService
AjaxService(<String> uri, <Object> args)
This class is able to interact with php2go.service.AjaxService
class in order to call PHP functions or methods. If the returned
response is a JSON string, the class will try to run commands
and statements specified inside it
getHandler
String getHandler()
Returns the active handler ID
parseResponse
<private> void parseResponse(<AjaxResponse> response)
Tries to parse and execute commands from
the returned JSON string
setHandler
void setHandler(<String> id)
Changes the service handler ID
Copyright © 2002-2006 by Marcos Pont
Documentation generated by
JSDoc on Sun Oct 7 19:52:10 2007