패키지 | 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:17 PM Z