| Package | org.spicefactory.parsley.flash.resources.tag |
| Class | public class ResourceManagerTag |
| Inheritance | ResourceManagerTag Object |
| Property | Defined By | ||
|---|---|---|---|
| cacheable : Boolean = false
Indicates whether loaded bundles should be cached. | ResourceManagerTag | ||
| id : String
The id of the ResourceManager in the Parsley Context. | ResourceManagerTag | ||
| locales : Array
The supported locales. | ResourceManagerTag | ||
| persistent : Boolean = false
Indicates whether the ResourceManager
should store the last active locale in a Local Shared Object and restore it on the next application start. | ResourceManagerTag | ||
| type : Class
The type of the ResourceManager implementation. | ResourceManagerTag | ||
| Method | Defined By | ||
|---|---|---|---|
Creates a new ResourceManager instance based on the properties of this tag class. | ResourceManagerTag | ||
| cacheable | property |
public var cacheable:Boolean = falseIndicates whether loaded bundles should be cached.
| id | property |
public var id:StringThe id of the ResourceManager in the Parsley Context.
| locales | property |
public var locales:ArrayThe supported locales.
| persistent | property |
public var persistent:Boolean = falseIndicates whether the ResourceManager should store the last active locale in a Local Shared Object and restore it on the next application start.
| type | property |
public var type:ClassThe type of the ResourceManager implementation.
| createResourceManager | () | method |
public function createResourceManager():ResourceManagerSpiCreates a new ResourceManager instance based on the properties of this tag class.
ReturnsResourceManagerSpi — a new ResourceManager instance
|