Class JourneySat.ResourceBundle
Object
|
+--JourneySat.ResourceBundle
- class
JourneySat.ResourceBundle
JourneySat.ResourceBundle
Manages a set of name/value pairs organized in a XML file in the format
<?xml version="1.0" ?>
<bundle name="it">
<resource>
<name>resource_name</name>
<value>resource_value</value></resource>
</resource>
...
</bundle>
The pairs are loaded asynchronously from the file.
Defined in resource_bundle.js
|
Method Summary |
GXmlHTTPRequest
|
getRequest()
Returns the request object for the URL of the XML file
|
onload
Object onload
request
Object request
JourneySat.ResourceBundle
JourneySat.ResourceBundle()
Parameters:
file - The URL of the XML file
onload - A function to call when the file has been loaded
getRequest
GXmlHTTPRequest getRequest()
Returns the request object for the URL of the XML file
Documentation generated by
JSDoc on Thu Oct 20 14:28:29 2005