Packageorg.spicefactory.parsley.flex.resources
Classpublic class FlexResourceBindingAdapter
InheritanceFlexResourceBindingAdapter Inheritance flash.events.EventDispatcher
Implements ResourceBindingAdapter

Adapts the ResourceBinding facility to the Flex ResourceManager.



Public Methods
 MethodDefined By
  
getResource(bundle:String, key:String):*
Returns the resource for the specified bundle and key.
FlexResourceBindingAdapter
Method Detail
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

Returns
* — the resource for the specified bundle and key