Adobe® Flash® Platform용 ActionScript® 3.0 참조 설명서
 |  패키지 및 클래스 목록 숨기기 |  패키지  |  클래스  |  새로운 내용  |  색인  |  부록  |  영어로 표시되는 이유
필터: 서버에서 데이터를 검색하는 중...
서버에서 데이터를 검색하는 중...
com.adobe.gravity.service.manifest 

IBundleBuilder  - AS3 ADEP Client Component

패키지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

Builder interface for Client Component Framework bundles.



공용 속성
 속성정의 주체
  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
  
addLoader(bundleLoaderFactory:IBundleLoaderFactory, configuration:XML):void
Add a bundle loader factory for loading the bundle.
IBundleBuilder
  
Retrieve a bundle property.
IBundleBuilder
  
Set a bundle property.
IBundleBuilder
속성 세부 정보

baseURL

속성
baseURL:String  [읽기 전용]

언어 버전: ActionScript 3.0
제품 버전: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
런타임 버전: AIR 1.1, Flash Player 9

The base URL for the bundle.



구현
    public function get baseURL():String

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

속성 
location:String

언어 버전: ActionScript 3.0
제품 버전: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
런타임 버전: AIR 1.1, Flash Player 9

The URL of the bundle.



구현
    public function get location():String
    public function set location(value:String):void

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

()메서드
public function addImport(name:String):void

언어 버전: ActionScript 3.0
제품 버전: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
런타임 버전: AIR 1.1, Flash Player 9

Add a service import.

매개 변수

name:String — The name of the imported service interface.

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.





[ X ]영어로 표시되는 이유
ActionScript 3.0 참조 설명서의 내용이 영어로 나타납니다.

ActionScript 3.0 참조 설명서 중 일부는 전체 언어로 번역되지 않았습니다. 언어 요소가 번역되지 않은 경우 영어로 나타납니다. 예를 들어 ga.controls.HelpBox 클래스는 어떤 언어로도 번역되지 않았습니다. 그러므로 한국어 버전의 참조 설명서에서 ga.controls.HelpBox 클래스는 영어로 나타납니다.