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 クラスは英語で表示されます。