ActionScript® 3.0 Referenzhandbuch für die Adobe® Flash®-Plattform
Home  |  Liste der Pakete und Klassen ausblenden |  Pakete  |  Klassen  |  Neue Funktionen  |  Stichwortverzeichnis  |  Anhänge  |  Warum auf Englisch?
Filter: Daten werden vom Server abgerufen...
Daten werden vom Server abgerufen...
com.adobe.gravity.service.bundleloader 

IBundleLoaderContext  - AS3 ADEP Client-Komponente

Paketcom.adobe.gravity.service.bundleloader
Schnittstellepublic interface IBundleLoaderContext

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Experience Services - Client-Komponenten-Framework 10
Laufzeitversionen: AIR 1.1, Flash Player 9

Context object for bundle loaders.



Öffentliche Eigenschaften
 EigenschaftDefiniert von
  activator : IBundleActivator
The bundle activator for this bundle.
IBundleLoaderContext
  allowCodeImport : Boolean
[schreibgeschützt] Whether the bundle should be import loaded if it naturally belongs in another SecurityDomain.
IBundleLoaderContext
  applicationDomain : ApplicationDomain
[schreibgeschützt] The ApplicationDomain for the bundle being loaded.
IBundleLoaderContext
  baseURL : String
[schreibgeschützt] The base URL on which to compute absolute paths for relative URLs.
IBundleLoaderContext
  bundleContext : IBundleContext
[schreibgeschützt] The bundle context for the bundle being loaded.
IBundleLoaderContext
Öffentliche Methoden
 MethodeDefiniert von
  
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
Eigenschaftendetails

activator

Eigenschaft
activator:IBundleActivator

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Experience Services - Client-Komponenten-Framework 10
Laufzeitversionen: AIR 1.1, Flash Player 9

The bundle activator for this bundle.



Implementierung
    public function get activator():IBundleActivator
    public function set activator(value:IBundleActivator):void

allowCodeImport

Eigenschaft 
allowCodeImport:Boolean  [schreibgeschützt]

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Experience Services - Client-Komponenten-Framework 10
Laufzeitversionen: AIR 1.1, Flash Player 9

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



Implementierung
    public function get allowCodeImport():Boolean

applicationDomain

Eigenschaft 
applicationDomain:ApplicationDomain  [schreibgeschützt]

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Experience Services - Client-Komponenten-Framework 10
Laufzeitversionen: AIR 1.1, Flash Player 9

The ApplicationDomain for the bundle being loaded.



Implementierung
    public function get applicationDomain():ApplicationDomain

baseURL

Eigenschaft 
baseURL:String  [schreibgeschützt]

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Experience Services - Client-Komponenten-Framework 10
Laufzeitversionen: AIR 1.1, Flash Player 9

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



Implementierung
    public function get baseURL():String

bundleContext

Eigenschaft 
bundleContext:IBundleContext  [schreibgeschützt]

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Experience Services - Client-Komponenten-Framework 10
Laufzeitversionen: AIR 1.1, Flash Player 9

The bundle context for the bundle being loaded.



Implementierung
    public function get bundleContext():IBundleContext
Methodendetails

finishLoad

()Methode
public function finishLoad(suppressDefaultLoader:Boolean):com.adobe.gravity.utility.async:IToken

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Experience Services - Client-Komponenten-Framework 10
Laufzeitversionen: 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.

Parameter

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.

Rückgabewerte
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

()Methode 
public function performInjection():com.adobe.gravity.utility.async:IToken

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Experience Services - Client-Komponenten-Framework 10
Laufzeitversionen: 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.

Rückgabewerte
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 ]Warum auf Englisch?
Inhalt des ActionScript 3.0-Referenzhandbuchs wird in englischer Sprache angezeigt

Nicht alle Teile des ActionScript 3.0-Referenzhandbuchs wurden in alle Sprachen übersetzt. Wenn der Text zu einem Sprachelement nicht übersetzt wurde, wird er auf Englisch angezeigt. Zum Beispiel wurden die Informationen zur ga.controls.HelpBox-Klasse nicht in andere Sprachen übersetzt. In der deutschen Version des Referenzhandbuchs erscheint der Abschnitt zur ga.controls.HelpBox-Klasse deshalb auf Englisch.