適用於 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 類別就會以英文顯示。