ActionScript® 3.0 — dokumentacja dla platformy Adobe® Flash®
Strona główna  |  Ukryj listę pakietów i klas |  Pakiety  |  Klasy  |  Nowości  |  Indeks  |  Dodatki  |  Dlaczego język angielski?
Filtry: Pobieranie danych z serwera...
Pobieranie danych z serwera...
com.adobe.gravity.service.bundleloader 

IBundleLoaderContext  - AS3 ADEP Client Component

Pakietcom.adobe.gravity.service.bundleloader
Interfejspublic interface IBundleLoaderContext

Wersja języka: ActionScript 3.0
Wersja produktu: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
Wersje środowiska wykonawczego: AIR 1.1, Flash Player 9

Context object for bundle loaders.



Właściwości publiczne
 WłaściwośćZdefiniowane przez
  activator : IBundleActivator
The bundle activator for this bundle.
IBundleLoaderContext
  allowCodeImport : Boolean
[tylko do odczytu] Whether the bundle should be import loaded if it naturally belongs in another SecurityDomain.
IBundleLoaderContext
  applicationDomain : ApplicationDomain
[tylko do odczytu] The ApplicationDomain for the bundle being loaded.
IBundleLoaderContext
  baseURL : String
[tylko do odczytu] The base URL on which to compute absolute paths for relative URLs.
IBundleLoaderContext
  bundleContext : IBundleContext
[tylko do odczytu] The bundle context for the bundle being loaded.
IBundleLoaderContext
Metody publiczne
 MetodaZdefiniowane przez
  
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
Szczegół właściwości

activator

właściwość
activator:IBundleActivator

Wersja języka: ActionScript 3.0
Wersja produktu: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
Wersje środowiska wykonawczego: AIR 1.1, Flash Player 9

The bundle activator for this bundle.



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

allowCodeImport

właściwość 
allowCodeImport:Boolean  [tylko do odczytu]

Wersja języka: ActionScript 3.0
Wersja produktu: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
Wersje środowiska wykonawczego: AIR 1.1, Flash Player 9

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



Implementacja
    public function get allowCodeImport():Boolean

applicationDomain

właściwość 
applicationDomain:ApplicationDomain  [tylko do odczytu]

Wersja języka: ActionScript 3.0
Wersja produktu: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
Wersje środowiska wykonawczego: AIR 1.1, Flash Player 9

The ApplicationDomain for the bundle being loaded.



Implementacja
    public function get applicationDomain():ApplicationDomain

baseURL

właściwość 
baseURL:String  [tylko do odczytu]

Wersja języka: ActionScript 3.0
Wersja produktu: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
Wersje środowiska wykonawczego: AIR 1.1, Flash Player 9

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



Implementacja
    public function get baseURL():String

bundleContext

właściwość 
bundleContext:IBundleContext  [tylko do odczytu]

Wersja języka: ActionScript 3.0
Wersja produktu: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
Wersje środowiska wykonawczego: AIR 1.1, Flash Player 9

The bundle context for the bundle being loaded.



Implementacja
    public function get bundleContext():IBundleContext
Szczegół metody

finishLoad

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

Wersja języka: ActionScript 3.0
Wersja produktu: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
Wersje środowiska wykonawczego: 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.

Parametry

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.

Zwraca
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

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

Wersja języka: ActionScript 3.0
Wersja produktu: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
Wersje środowiska wykonawczego: 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.

Zwraca
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 ]Dlaczego język angielski?
Treść dokumentacji języka ActionScript 3.0 wyświetlana w języku angielskim

Niektóre części dokumentacji języka ActionScript 3.0 nie są przetłumaczone na poszczególne języki. Gdy element nie jest przetłumaczony na dany język, jest wyświetlany tekst angielski. Na przykład opis klasy ga.controls.HelpBox nie jest przetłumaczony na żaden dodatkowy język. Z tego powodu polska wersja dokumentacji zawiera opis klasy ga.controls.HelpBox w języku angielskim.