用于 Adobe® Flash® Platform 的 ActionScript® 3.0 参考
主页  |  隐藏包列表和类列表 |   |   |  新增内容  |  索引  |  附录  |  为什么显示为英语?
过滤条件: 正在从服务器检索数据...
正在从服务器检索数据...
com.adobe.gravity.service.manifest 

IManifestParseContext  - AS3 ADEP Client Component

com.adobe.gravity.service.manifest
接口public interface IManifestParseContext

语言版本: ActionScript 3.0
产品版本: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
运行时版本: AIR 1.1, Flash Player 9

Context interface for bundle manifest parsing.



公共属性
 属性由以下参数定义
  baseURL : String
[只读] The base URL for the manifest.
IManifestParseContext
公共方法
 方法由以下参数定义
  
Add a deferred include.
IManifestParseContext
  
Add a post-load action.
IManifestParseContext
  
Get the value of a manifest property.
IManifestParseContext
  
Install a completed bundle definition.
IManifestParseContext
  
Install a completed interface SWF definition.
IManifestParseContext
  
Create a new bundle builder object.
IManifestParseContext
  
Create a new interface SWF definition builder object.
IManifestParseContext
  
Resolve any property substitutions in the provided string.
IManifestParseContext
  
Set a manifest property.
IManifestParseContext
属性详细信息

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 manifest.



实现
    public function get baseURL():String
方法详细信息

addDeferredInclude

()方法
public function addDeferredInclude(includeURL:String):void

语言版本: ActionScript 3.0
产品版本: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
运行时版本: AIR 1.1, Flash Player 9

Add a deferred include. A deferred include is a manifest file that is to be loaded as an independent manifest load after the current manifest load is complete. This is useful when the current manifest will result in the registration of manifest parsers, as those parsers aren't available until the current manifest load is complete.

参数

includeURL:String

addPostLoadAction

()方法 
public function addPostLoadAction(action:Function):void

语言版本: ActionScript 3.0
产品版本: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
运行时版本: AIR 1.1, Flash Player 9

Add a post-load action. A post-load action is a Function object that will be invoked with no parameters after all bundles in the current manifest have been started, or if autoStart was specified as false after all the bundles in the current manifest have been installed.

参数

action:Function — The Function object to be invoked when loading is complete.

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

Get the value of a manifest property.

参数

name:String — The name of the property.

返回
String — The value of the property.

installBundle

()方法 
public function installBundle(bundleBuilder:IBundleBuilder):void

语言版本: ActionScript 3.0
产品版本: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
运行时版本: AIR 1.1, Flash Player 9

Install a completed bundle definition.

参数

bundleBuilder:IBundleBuilder — The builder for the bundle.

installInterface

()方法 
public function installInterface(interfaceBuilder:IInterfaceBuilder):void

语言版本: ActionScript 3.0
产品版本: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
运行时版本: AIR 1.1, Flash Player 9

Install a completed interface SWF definition.

参数

interfaceBuilder:IInterfaceBuilder — The builder for the interface SWF definition.

newBundleBuilder

()方法 
public function newBundleBuilder(baseURL:String):IBundleBuilder

语言版本: ActionScript 3.0
产品版本: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
运行时版本: AIR 1.1, Flash Player 9

Create a new bundle builder object.

参数

baseURL:String — The base URL for the bundle.

返回
IBundleBuilder — The new bundle builder.

newInterfaceBuilder

()方法 
public function newInterfaceBuilder(baseURL:String):IInterfaceBuilder

语言版本: ActionScript 3.0
产品版本: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
运行时版本: AIR 1.1, Flash Player 9

Create a new interface SWF definition builder object.

参数

baseURL:String — The base URL for the interface SWF definition.

返回
IInterfaceBuilder — The new interface SWF definition builder.

resolveProperties

()方法 
public function resolveProperties(string:String):String

语言版本: ActionScript 3.0
产品版本: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
运行时版本: AIR 1.1, Flash Player 9

Resolve any property substitutions in the provided string. Property substitutions are indicated with ${propertyName}.

参数

string:String — The string for which to resolve property substitutions.

返回
String — The provided string with any property substitutions resolved.

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