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


Field Summary
 Object onload
          
 Object request
          
 
Constructor Summary
JourneySat.ResourceBundle ()
           
 
Method Summary
 GXmlHTTPRequest getRequest()
           Returns the request object for the URL of the XML file

Field Detail

onload

Object onload

request

Object request

Constructor Detail

JourneySat.ResourceBundle

JourneySat.ResourceBundle()

Method Detail

getRequest

GXmlHTTPRequest getRequest()


Documentation generated by JSDoc on Thu Oct 20 14:28:29 2005