PHP2Go Javascript Framework

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
   
Fields inherited from class Ajax
conn, transId, listeners
 
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.
 
Method Summary
 String getHandler()
           Returns the active handler ID
 <private>  void parseResponse(<AjaxResponse> response)
           Tries to parse and execute commands from the returned JSON string
 void setHandler(<String> id)
           Changes the service handler ID
 
Methods inherited from class AjaxRequest
readArguments, addParam, send, doFormUpload, abort, onStateChange, buildQueryString, createResponse, release
   
Methods inherited from class Ajax
bind, raise
 

Constructor Detail

AjaxService

AjaxService(<String> uri, <Object> args)

Method Detail

getHandler

String getHandler()

parseResponse

 <private> void parseResponse(<AjaxResponse> response)

setHandler

void setHandler(<String> id)

PHP2Go Javascript Framework

Copyright © 2002-2006 by Marcos Pont
Documentation generated by JSDoc on Sun Oct 7 19:52:10 2007