Show page source of aaoh.kaze.Ajax #68840

== Class aaoh.kaze.Ajax

{{{ comment
============================== class summary ==========================
}}}




=== Defined in: <aaoh.kaze-core.js>.


{{{ comment
============================== constructor summary ====================
}}}

||*||Class Summary||
||||[aaoh.kaze.Ajax#constructor aaoh.kaze.Ajax](callObj)[[BR]]Ajax。||


{{{ comment
============================== properties summary =====================
}}}


{{{ comment
============================== methods summary ========================
}}}



||*||Method Summary||
||||[aaoh.kaze.Ajax#gets gets](url, callable)[[BR]]get通信を行います。||
||||[aaoh.kaze.Ajax#getsForXML getsForXML](url, callable)[[BR]]get通信を行います。||






{{{ comment
============================== events summary ========================
}}}


[[BR]]

{{{ comment
============================== constructor details ====================
}}}

== Class Detail #constructor

==== aaoh.kaze.Ajax(callObj)

  * Ajax。




  * Parameters
    * {Object}  callObj
      * 呼び出し元オブジェクト















{{{ comment
============================== field details ==========================
}}}


{{{ comment
============================== method details =========================
}}}

== Method Detail


==== gets(url, callable) #gets
  * get通信を行います。[[BR]]できる限り同期を試みます。




  * Parameters
    * {String}  url
      * リクエストURL
    * {Function}  callable
      * レスポンス受信ファンクション















==== getsForXML(url, callable) #getsForXML
  * get通信を行います。[[BR]]できる限り同期を試みます。




  * Parameters
    * {String}  url
      * リクエストURL
    * {Function}  callable
      * レスポンス受信ファンクション

















{{{ comment
============================== event details =========================
}}}