== 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 ========================
}}}
{{{ 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通信を行います。
できる限り同期を試みます。
* Parameters
* {String} url
* リクエストURL
* {Function} callable
* レスポンス受信ファンクション
----
==== getsForXML(url, callable) #getsForXML
* get通信を行います。
できる限り同期を試みます。
* Parameters
* {String} url
* リクエストURL
* {Function} callable
* レスポンス受信ファンクション
{{{ comment
============================== event details =========================
}}}