用于 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 类显示为英语。