Guida di riferimento di ActionScript® 3.0 per la piattaforma Adobe® Flash®
Home  |  Nascondi elenco pacchetti e classi |  Pacchetti  |  Classi  |  Novità  |  Indice  |  Appendici  |  Perché in inglese?
Filtri: Recupero dati dal server...
Recupero dati dal server...
com.adobe.gravity.service.bundleloader 

IBundleLoaderContext  - AS3 ADEP - Client Component

Pacchettocom.adobe.gravity.service.bundleloader
Interfacciapublic interface IBundleLoaderContext

Versione linguaggio: ActionScript 3.0
Versione prodotto: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
Versioni runtime: AIR 1.1, Flash Player 9

Context object for bundle loaders.



Proprietà pubbliche
 ProprietàDefinito da
  activator : IBundleActivator
The bundle activator for this bundle.
IBundleLoaderContext
  allowCodeImport : Boolean
[sola lettura] Whether the bundle should be import loaded if it naturally belongs in another SecurityDomain.
IBundleLoaderContext
  applicationDomain : ApplicationDomain
[sola lettura] The ApplicationDomain for the bundle being loaded.
IBundleLoaderContext
  baseURL : String
[sola lettura] The base URL on which to compute absolute paths for relative URLs.
IBundleLoaderContext
  bundleContext : IBundleContext
[sola lettura] The bundle context for the bundle being loaded.
IBundleLoaderContext
Metodi pubblici
 MetodoDefinito da
  
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
Descrizione delle proprietà

activator

proprietà
activator:IBundleActivator

Versione linguaggio: ActionScript 3.0
Versione prodotto: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
Versioni runtime: AIR 1.1, Flash Player 9

The bundle activator for this bundle.



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

allowCodeImport

proprietà 
allowCodeImport:Boolean  [sola lettura]

Versione linguaggio: ActionScript 3.0
Versione prodotto: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
Versioni runtime: AIR 1.1, Flash Player 9

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



Implementazione
    public function get allowCodeImport():Boolean

applicationDomain

proprietà 
applicationDomain:ApplicationDomain  [sola lettura]

Versione linguaggio: ActionScript 3.0
Versione prodotto: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
Versioni runtime: AIR 1.1, Flash Player 9

The ApplicationDomain for the bundle being loaded.



Implementazione
    public function get applicationDomain():ApplicationDomain

baseURL

proprietà 
baseURL:String  [sola lettura]

Versione linguaggio: ActionScript 3.0
Versione prodotto: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
Versioni runtime: AIR 1.1, Flash Player 9

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



Implementazione
    public function get baseURL():String

bundleContext

proprietà 
bundleContext:IBundleContext  [sola lettura]

Versione linguaggio: ActionScript 3.0
Versione prodotto: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
Versioni runtime: AIR 1.1, Flash Player 9

The bundle context for the bundle being loaded.



Implementazione
    public function get bundleContext():IBundleContext
Descrizione dei metodi

finishLoad

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

Versione linguaggio: ActionScript 3.0
Versione prodotto: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
Versioni runtime: 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.

Parametri

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.

Restituisce
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

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

Versione linguaggio: ActionScript 3.0
Versione prodotto: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
Versioni runtime: 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.

Restituisce
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 ]Perché in inglese?
Il contenuto della Guida di riferimento di ActionScript 3.0 appare in inglese

Non tutte le parti della Guida di riferimento di ActionScript 3.0 sono tradotte in tutte le lingue. Quando un elemento del linguaggio non è tradotto, viene riportato in inglese. Ad esempio, la classe ga.controls.HelpBox non è tradotta in nessuna lingua. Pertanto, nella versione italiana della guida di riferimento, la descrizione della classe ga.controls.HelpBox è riportata in inglese.