Packageorg.springextensions.actionscript.localization
SVN browsingResourceBundleInfo.as
FisheyeResourceBundleInfo.as
Classpublic class ResourceBundleInfo

Simple immutable value object that contains information about a resource bundle. It is used internally by the FlexXMLApplicationContext to load resource bundles from external properties files.



Public Properties
 PropertyDefined by
  locale : String
[read-only] The locale of the resource bundle
ResourceBundleInfo
  name : String
[read-only] The name of the resource bundle.
ResourceBundleInfo
  url : String
[read-only] The location of the external resource bundle.
ResourceBundleInfo
Public Methods
 MethodDefined by
  
ResourceBundleInfo(url:String, name:String, locale:String)
Creates a new ResourceBundleInfo object.
ResourceBundleInfo
Property detail
localeproperty
locale:String  [read-only]

The locale of the resource bundle

Implementation
    public function get locale():String
nameproperty 
name:String  [read-only]

The name of the resource bundle.

Implementation
    public function get name():String
urlproperty 
url:String  [read-only]

The location of the external resource bundle.

Implementation
    public function get url():String
Constructor detail
ResourceBundleInfo()constructor
public function ResourceBundleInfo(url:String, name:String, locale:String)

Creates a new ResourceBundleInfo object.

Parameters
url:String — the location of the resource bundle properties file
 
name:String — the name of the resource bundle
 
locale:String — the locale