| Package | com.adobe.gravity.service.manifest |
| Interface | public interface IBundleBuilder |
| 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 |
Propriétés publiques
| Propriété | Défini par | ||
|---|---|---|---|
| baseURL : String [lecture seule]
The base URL for the bundle. | IBundleBuilder | ||
| domain : String
The name of the bundle's ApplicationDomain. | IBundleBuilder | ||
| location : String
The URL of the bundle. | IBundleBuilder | ||
| parentDomain : String
The name of the parent ApplicationDomain. | IBundleBuilder | ||
| startOrder : Number
The startOrder of the bundle. | IBundleBuilder | ||
Méthodes publiques
| Méthode | Défini par | ||
|---|---|---|---|
Add a service import. | IBundleBuilder | ||
Add a bundle loader factory for loading the bundle. | IBundleBuilder | ||
Retrieve a bundle property. | IBundleBuilder | ||
Set a bundle property. | IBundleBuilder | ||
Détails de la propriété
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 for the bundle.
Implémentation
public function get baseURL():Stringdomain | propriété |
domain:String| 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 name of the bundle's ApplicationDomain. May be null, in which case the ApplicationDomain is anonymous and can't be used as a parent ApplicationDomain.
Implémentation
public function get domain():String public function set domain(value:String):voidlocation | propriété |
location:String| 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 URL of the bundle.
Implémentation
public function get location():String public function set location(value:String):voidparentDomain | propriété |
parentDomain:String| 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 name of the parent ApplicationDomain. May be null, in which case the parent will be the interface ApplicationDomain.
Implémentation
public function get parentDomain():String public function set parentDomain(value:String):voidstartOrder | propriété |
startOrder:Number| 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 startOrder of the bundle. If not set, the bundle starts with all other bundles that don't have it set at the end of the start sequence.
Implémentation
public function get startOrder():Number public function set startOrder(value:Number):voidDétails de la méthode
addImport | () | méthode |
public function addImport(name:String):void| 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 |
Add a service import.
Paramètres
name:String — The name of the imported service interface.
|
addLoader | () | méthode |
public function addLoader(bundleLoaderFactory:IBundleLoaderFactory, configuration:XML):void| 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 |
Add a bundle loader factory for loading the bundle.
Paramètres
bundleLoaderFactory:IBundleLoaderFactory — The bundle loader factory.
| |
configuration:XML — The XML configuration for the bundle loader factory.
|
getProperty | () | méthode |
public function getProperty(name:String):String| 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 |
Retrieve a bundle property.
Paramètres
name:String — The name of the property.
|
String — The value of the property.
|
setProperty | () | méthode |
public function setProperty(name:String, value:String):void| 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 |
Set a bundle property.
Paramètres
name:String — The name of the property.
| |
value:String — The value of the property.
|
Tue Jun 12 2018, 09:30 AM Z