| Paket | com.adobe.gravity.service.manifest |
| Arabirim | public interface IBundleBuilder |
| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
| Çalışma Zamanı Sürümleri: | AIR 1.1, Flash Player 9 |
Genel Özellikler
| Özellik | Tanımlayan: | ||
|---|---|---|---|
| baseURL : String [salt okunur]
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 | ||
Genel Yöntemler
| Yöntem | Tanımlayan: | ||
|---|---|---|---|
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 | ||
Özellik Ayrıntısı
baseURL | özellik |
domain | özellik |
domain:String| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
| Çalışma Zamanı Sürümleri: | 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.
Uygulama
public function get domain():String public function set domain(value:String):voidlocation | özellik |
location:String| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
| Çalışma Zamanı Sürümleri: | AIR 1.1, Flash Player 9 |
The URL of the bundle.
Uygulama
public function get location():String public function set location(value:String):voidparentDomain | özellik |
parentDomain:String| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
| Çalışma Zamanı Sürümleri: | 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.
Uygulama
public function get parentDomain():String public function set parentDomain(value:String):voidstartOrder | özellik |
startOrder:Number| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
| Çalışma Zamanı Sürümleri: | 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.
Uygulama
public function get startOrder():Number public function set startOrder(value:Number):voidYöntem Ayrıntısı
addImport | () | yöntem |
public function addImport(name:String):void| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
| Çalışma Zamanı Sürümleri: | AIR 1.1, Flash Player 9 |
Add a service import.
Parametreler
name:String — The name of the imported service interface.
|
addLoader | () | yöntem |
public function addLoader(bundleLoaderFactory:IBundleLoaderFactory, configuration:XML):void| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
| Çalışma Zamanı Sürümleri: | AIR 1.1, Flash Player 9 |
Add a bundle loader factory for loading the bundle.
Parametreler
bundleLoaderFactory:IBundleLoaderFactory — The bundle loader factory.
| |
configuration:XML — The XML configuration for the bundle loader factory.
|
getProperty | () | yöntem |
public function getProperty(name:String):String| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
| Çalışma Zamanı Sürümleri: | AIR 1.1, Flash Player 9 |
Retrieve a bundle property.
Parametreler
name:String — The name of the property.
|
String — The value of the property.
|
setProperty | () | yöntem |
public function setProperty(name:String, value:String):void| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
| Çalışma Zamanı Sürümleri: | AIR 1.1, Flash Player 9 |
Set a bundle property.
Parametreler
name:String — The name of the property.
| |
value:String — The value of the property.
|
Tue Jun 12 2018, 01:09 PM Z