| Package | org.springextensions.actionscript.localization |
| SVN browsing | ResourceBundleLoader.as |
| Fisheye | ResourceBundleLoader.as |
| Class | public class ResourceBundleLoader |
| Inheritance | ResourceBundleLoader flash.events.EventDispatcher |
ResourceBundleLoader to load an external resource bundle defined as a properties file.
When the resource bundle properties are loaded, a new ResourceBundle is created and registered with
the ResourceManager.
| Method | Defined by | ||
|---|---|---|---|
|
ResourceBundleLoader(url:String, name:String, locale:String)
Creates a new ResourceBundleLoader object.
| ResourceBundleLoader | ||
|
load():void
Loads the external resource bundle and registers a new ResourceBundle in the ResourceManager.
| ResourceBundleLoader | ||
| ResourceBundleLoader | () | constructor |
public function ResourceBundleLoader(url:String, name:String, locale:String)Creates a new ResourceBundleLoader object.
Parametersurl:String — the location of the resource bundle to load
|
|
name:String — the name of the resource bundle
|
|
locale:String — the locale of the resource bundle
|
| load | () | method |
public function load():voidLoads the external resource bundle and registers a new ResourceBundle in the ResourceManager.