パッケージ | com.adobe.mosaic.om.interfaces |
インターフェイス | public interface IContextProvider |
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5 |
ランタイムバージョン: | AIR 2.6, Flash Player 10.2 |
IContextProvider
interface provides a method for
retrieving context from nodes that support context in the DOM.
The context is specific to its accessor. For example, the mosaicApp.context is shared for the application, whereas the mosaicApp.parentView.context is shared for only the specific view.
パブリックプロパティ
プロパティ | 定義元 | ||
---|---|---|---|
context : IContext [読み取り専用]
Returns the context interface for the application. | IContextProvider |
プロパティの詳細
context | プロパティ |
context:IContext
[読み取り専用] 言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
ランタイムバージョン: | AIR 2.6, Flash Player 10.2 |
Returns the context interface for the application.
Note: The application context is seperate from the view context.
実装
public function get context():IContext
関連する API エレメント
Tue Jun 12 2018, 10:34 AM Z