Paket | com.adobe.gravity.service.manifest |
Gränssnitt | public interface IBundleBuilder |
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
Körningsmiljöversioner: | AIR 1.1, Flash Player 9 |
Publika egenskaper
Egenskap | Definieras med | ||
---|---|---|---|
baseURL : String [skrivskyddad]
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 |
Publika metoder
Metod | Definieras med | ||
---|---|---|---|
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 |
Egenskapsdetaljer
baseURL | egenskap |
domain | egenskap |
domain:String
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
Körningsmiljöversioner: | 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.
Implementering
public function get domain():String
public function set domain(value:String):void
location | egenskap |
location:String
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
Körningsmiljöversioner: | AIR 1.1, Flash Player 9 |
The URL of the bundle.
Implementering
public function get location():String
public function set location(value:String):void
parentDomain | egenskap |
parentDomain:String
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
Körningsmiljöversioner: | 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.
Implementering
public function get parentDomain():String
public function set parentDomain(value:String):void
startOrder | egenskap |
startOrder:Number
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
Körningsmiljöversioner: | 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.
Implementering
public function get startOrder():Number
public function set startOrder(value:Number):void
Metoddetaljer
addImport | () | metod |
public function addImport(name:String):void
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
Körningsmiljöversioner: | AIR 1.1, Flash Player 9 |
Add a service import.
Parametrar
name:String — The name of the imported service interface.
|
addLoader | () | metod |
public function addLoader(bundleLoaderFactory:IBundleLoaderFactory, configuration:XML):void
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
Körningsmiljöversioner: | AIR 1.1, Flash Player 9 |
Add a bundle loader factory for loading the bundle.
Parametrar
bundleLoaderFactory:IBundleLoaderFactory — The bundle loader factory.
| |
configuration:XML — The XML configuration for the bundle loader factory.
|
getProperty | () | metod |
public function getProperty(name:String):String
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
Körningsmiljöversioner: | AIR 1.1, Flash Player 9 |
Retrieve a bundle property.
Parametrar
name:String — The name of the property.
|
String — The value of the property.
|
setProperty | () | metod |
public function setProperty(name:String, value:String):void
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
Körningsmiljöversioner: | AIR 1.1, Flash Player 9 |
Set a bundle property.
Parametrar
name:String — The name of the property.
| |
value:String — The value of the property.
|
Tue Jun 12 2018, 01:40 PM Z