| Package | org.spicefactory.parsley.flex.resources |
| Class | public class FlexResourceBindingAdapter |
| Inheritance | FlexResourceBindingAdapter flash.events.EventDispatcher |
| Implements | ResourceBindingAdapter |
| Method | Defined By | ||
|---|---|---|---|
getResource(bundle:String, key:String):*
Returns the resource for the specified bundle and key. | FlexResourceBindingAdapter | ||
| getResource | () | method |
public function getResource(bundle:String, key:String):*Returns the resource for the specified bundle and key.
Parameters
bundle:String — the bundle name
| |
key:String — the resource key
|
* — the resource for the specified bundle and key
|