Package | com.adobe.gravity.context |
Class | public class BundleContext |
Inheritance | BundleContext Object |
Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
Runtime Versions: | AIR 1.1, Flash Player 9 |
Public Properties
Property | Defined By | ||
---|---|---|---|
constructor : Object
A reference to the class object or constructor function for a given object instance. | Object | ||
currentContext : IBundleContext [static] The IBundleContext for the current bundle (the bundle containing the code accessing this property). | BundleContext | ||
prototype : Object [static]
A reference to the prototype object of a class or function object. | Object |
Public Methods
Property Detail
currentContext | property |
currentContext:IBundleContext
Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
Runtime Versions: | AIR 1.1, Flash Player 9 |
The IBundleContext for the current bundle (the bundle containing the code accessing this property).
Implementation
public static function get currentContext():IBundleContext
public static function set currentContext(value:IBundleContext):void
Mon Nov 28 2011, 06:48 AM -08:00