套件 | com.adobe.gravity.service.manifest |
介面 | public interface IBundleBuilder |
語言版本: | ActionScript 3.0 |
產品版本: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
執行階段版本: | AIR 1.1, Flash Player 9 |
公用屬性
屬性 | 定義自 | ||
---|---|---|---|
baseURL : String [唯讀]
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 |
公用方法
方法 | 定義自 | ||
---|---|---|---|
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 |
屬性詳細資訊
baseURL | 屬性 |
domain | 屬性 |
domain:String
語言版本: | ActionScript 3.0 |
產品版本: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
執行階段版本: | 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.
實作
public function get domain():String
public function set domain(value:String):void
location | 屬性 |
parentDomain | 屬性 |
parentDomain:String
語言版本: | ActionScript 3.0 |
產品版本: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
執行階段版本: | 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.
實作
public function get parentDomain():String
public function set parentDomain(value:String):void
startOrder | 屬性 |
startOrder:Number
語言版本: | ActionScript 3.0 |
產品版本: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
執行階段版本: | 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.
實作
public function get startOrder():Number
public function set startOrder(value:Number):void
方法詳細資訊
addImport | () | 方法 |
addLoader | () | 方法 |
public function addLoader(bundleLoaderFactory:IBundleLoaderFactory, configuration:XML):void
語言版本: | ActionScript 3.0 |
產品版本: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
執行階段版本: | AIR 1.1, Flash Player 9 |
Add a bundle loader factory for loading the bundle.
參數
bundleLoaderFactory:IBundleLoaderFactory — The bundle loader factory.
| |
configuration:XML — The XML configuration for the bundle loader factory.
|
getProperty | () | 方法 |
public function getProperty(name:String):String
語言版本: | ActionScript 3.0 |
產品版本: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
執行階段版本: | AIR 1.1, Flash Player 9 |
Retrieve a bundle property.
參數
name:String — The name of the property.
|
String — The value of the property.
|
setProperty | () | 方法 |
public function setProperty(name:String, value:String):void
語言版本: | ActionScript 3.0 |
產品版本: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
執行階段版本: | AIR 1.1, Flash Player 9 |
Set a bundle property.
參數
name:String — The name of the property.
| |
value:String — The value of the property.
|
Tue Jun 12 2018, 03:47 PM Z