Adobe® Flash® Platform 用 ActionScript® 3.0 リファレンスガイド
ホーム  |  パッケージおよびクラスリストの非表示 |  パッケージ  |  クラス  |  新機能  |  索引  |  付録  |  英語で表示される理由
フィルター: サーバーからデータを取得しています...
サーバーからデータを取得しています...
com.adobe.gravity.service.bundleloader 

IBundleLoaderContext  - AS3 ADEP Client Component

パッケージcom.adobe.gravity.service.bundleloader
インターフェイスpublic interface IBundleLoaderContext

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
ランタイムバージョン: AIR 1.1, Flash Player 9

Context object for bundle loaders.



パブリックプロパティ
 プロパティ定義元
  activator : IBundleActivator
The bundle activator for this bundle.
IBundleLoaderContext
  allowCodeImport : Boolean
[読み取り専用] Whether the bundle should be import loaded if it naturally belongs in another SecurityDomain.
IBundleLoaderContext
  applicationDomain : ApplicationDomain
[読み取り専用] The ApplicationDomain for the bundle being loaded.
IBundleLoaderContext
  baseURL : String
[読み取り専用] The base URL on which to compute absolute paths for relative URLs.
IBundleLoaderContext
  bundleContext : IBundleContext
[読み取り専用] The bundle context for the bundle being loaded.
IBundleLoaderContext
パブリックメソッド
 メソッド定義元
  
Ask the framework to finish the load of the bundle, running any subsequent bundle loaders and then the bundle activator.
IBundleLoaderContext
  
Ask the framework to attempt injection of any injectable services.
IBundleLoaderContext
プロパティの詳細

activator

プロパティ
activator:IBundleActivator

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
ランタイムバージョン: AIR 1.1, Flash Player 9

The bundle activator for this bundle.



実装
    public function get activator():IBundleActivator
    public function set activator(value:IBundleActivator):void

allowCodeImport

プロパティ 
allowCodeImport:Boolean  [読み取り専用]

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
ランタイムバージョン: AIR 1.1, Flash Player 9

Whether the bundle should be import loaded if it naturally belongs in another SecurityDomain.



実装
    public function get allowCodeImport():Boolean

applicationDomain

プロパティ 
applicationDomain:ApplicationDomain  [読み取り専用]

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
ランタイムバージョン: AIR 1.1, Flash Player 9

The ApplicationDomain for the bundle being loaded.



実装
    public function get applicationDomain():ApplicationDomain

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 on which to compute absolute paths for relative URLs.



実装
    public function get baseURL():String

bundleContext

プロパティ 
bundleContext:IBundleContext  [読み取り専用]

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
ランタイムバージョン: AIR 1.1, Flash Player 9

The bundle context for the bundle being loaded.



実装
    public function get bundleContext():IBundleContext
メソッドの詳細

finishLoad

()メソッド
public function finishLoad(suppressDefaultLoader:Boolean):com.adobe.gravity.utility.async:IToken

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
ランタイムバージョン: AIR 1.1, Flash Player 9

Ask the framework to finish the load of the bundle, running any subsequent bundle loaders and then the bundle activator.

パラメーター

suppressDefaultLoader:Boolean — Suppress the implicit default loader that loads the bundle SWF with a Loader; set to true if this bundle loader has already loaded the bundle SWF.

戻り値
com.adobe.gravity.utility.async:IToken — A token used to set success and failure handlers to be called when the operation has completed. The success handler will be called with no parameters.

performInjection

()メソッド 
public function performInjection():com.adobe.gravity.utility.async:IToken

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
ランタイムバージョン: AIR 1.1, Flash Player 9

Ask the framework to attempt injection of any injectable services. Note that the framework will do this automatically after each bundle loader; this only needs to be called if you want injection to happen in the middle of your bundle loader's operations. This will make the framework attempt to inject the bundle's IBundleContext into com.adobe.gravity.context.BundleContext.currentContext and perform any other registered injections. It is not a failure if any injection can't be performed (as it would if, for example, the bundle doesn't contain com.adobe.gravity.context.BundleContext). Injectable classes MUST NOT exist shared bundles; an error will be returned if injectable classes are found in a shared bundle.

戻り値
com.adobe.gravity.utility.async:IToken — A token used to set success and failure handlers to be called when the operation has completed. The success handler will be called with no parameters.




[ X ]英語で表示される理由
ActionScript 3.0 リファレンスガイドのコンテンツが英語で表示されます。

ActionScript 3.0 リファレンスガイドのすべての部分がすべての言語に翻訳されているわけではありません。言語エレメントが翻訳されていない場合、そのエレメントは英語で表示されます。例えば、ga.controls.HelpBox クラスはどの言語にも訳されていません。このため、リファレンスガイドの日本語バージョンでは、ga.controls.HelpBox クラスは英語で表示されます。