Guide de référence ActionScript® 3.0 pour la plate-forme Adobe® Flash®
Accueil  |  Masquer la liste des packages et des classes |  Packages  |  Classes  |  Nouveautés  |  Index  |  Annexes  |  Pourquoi existe-t-il du contenu en anglais ?
Filtres : Récupération des données du serveur...
Récupération des données du serveur...
com.adobe.gravity.service.bundleloader 

IBundleLoaderContext  - AS3 ADEP Client Component

Packagecom.adobe.gravity.service.bundleloader
Interfacepublic interface IBundleLoaderContext

Version du langage: ActionScript 3.0
Version du produit: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
Versions du moteur d’exécution: AIR 1.1, Flash Player 9

Context object for bundle loaders.



Propriétés publiques
 PropriétéDéfini par
  activator : IBundleActivator
The bundle activator for this bundle.
IBundleLoaderContext
  allowCodeImport : Boolean
[lecture seule] Whether the bundle should be import loaded if it naturally belongs in another SecurityDomain.
IBundleLoaderContext
  applicationDomain : ApplicationDomain
[lecture seule] The ApplicationDomain for the bundle being loaded.
IBundleLoaderContext
  baseURL : String
[lecture seule] The base URL on which to compute absolute paths for relative URLs.
IBundleLoaderContext
  bundleContext : IBundleContext
[lecture seule] The bundle context for the bundle being loaded.
IBundleLoaderContext
Méthodes publiques
 MéthodeDéfini par
  
Ask the framework to finish the load of the bundle, running any subsequent bundle loaders and then the bundle activator.
IBundleLoaderContext
  
Ask the framework to attempt injection of any injectable services.
IBundleLoaderContext
Détails de la propriété

activator

propriété
activator:IBundleActivator

Version du langage: ActionScript 3.0
Version du produit: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
Versions du moteur d’exécution: AIR 1.1, Flash Player 9

The bundle activator for this bundle.



Implémentation
    public function get activator():IBundleActivator
    public function set activator(value:IBundleActivator):void

allowCodeImport

propriété 
allowCodeImport:Boolean  [lecture seule]

Version du langage: ActionScript 3.0
Version du produit: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
Versions du moteur d’exécution: AIR 1.1, Flash Player 9

Whether the bundle should be import loaded if it naturally belongs in another SecurityDomain.



Implémentation
    public function get allowCodeImport():Boolean

applicationDomain

propriété 
applicationDomain:ApplicationDomain  [lecture seule]

Version du langage: ActionScript 3.0
Version du produit: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
Versions du moteur d’exécution: AIR 1.1, Flash Player 9

The ApplicationDomain for the bundle being loaded.



Implémentation
    public function get applicationDomain():ApplicationDomain

baseURL

propriété 
baseURL:String  [lecture seule]

Version du langage: ActionScript 3.0
Version du produit: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
Versions du moteur d’exécution: AIR 1.1, Flash Player 9

The base URL on which to compute absolute paths for relative URLs.



Implémentation
    public function get baseURL():String

bundleContext

propriété 
bundleContext:IBundleContext  [lecture seule]

Version du langage: ActionScript 3.0
Version du produit: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
Versions du moteur d’exécution: AIR 1.1, Flash Player 9

The bundle context for the bundle being loaded.



Implémentation
    public function get bundleContext():IBundleContext
Détails de la méthode

finishLoad

()méthode
public function finishLoad(suppressDefaultLoader:Boolean):com.adobe.gravity.utility.async:IToken

Version du langage: ActionScript 3.0
Version du produit: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
Versions du moteur d’exécution: AIR 1.1, Flash Player 9

Ask the framework to finish the load of the bundle, running any subsequent bundle loaders and then the bundle activator.

Paramètres

suppressDefaultLoader:Boolean — Suppress the implicit default loader that loads the bundle SWF with a Loader; set to true if this bundle loader has already loaded the bundle SWF.

Valeur renvoyée
com.adobe.gravity.utility.async:IToken — A token used to set success and failure handlers to be called when the operation has completed. The success handler will be called with no parameters.

performInjection

()méthode 
public function performInjection():com.adobe.gravity.utility.async:IToken

Version du langage: ActionScript 3.0
Version du produit: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
Versions du moteur d’exécution: AIR 1.1, Flash Player 9

Ask the framework to attempt injection of any injectable services. Note that the framework will do this automatically after each bundle loader; this only needs to be called if you want injection to happen in the middle of your bundle loader's operations. This will make the framework attempt to inject the bundle's IBundleContext into com.adobe.gravity.context.BundleContext.currentContext and perform any other registered injections. It is not a failure if any injection can't be performed (as it would if, for example, the bundle doesn't contain com.adobe.gravity.context.BundleContext). Injectable classes MUST NOT exist shared bundles; an error will be returned if injectable classes are found in a shared bundle.

Valeur renvoyée
com.adobe.gravity.utility.async:IToken — A token used to set success and failure handlers to be called when the operation has completed. The success handler will be called with no parameters.




[ X ]Pourquoi existe-t-il du contenu en anglais ?
Certaines parties du Guide de référence ActionScript 3.0 sont en anglais

Tout le contenu du Guide de référence ActionScript 3.0 n’a pas été traduit dans toutes les langues. Si un élément de langage n’est pas traduit, il s’affiche en anglais. Par exemple, la classe ga.controls.HelpBox n’est traduite dans aucune langue. Ainsi, dans la version française du guide de référence, la classe ga.controls.HelpBox apparaît en anglais.