套件 | 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, 03:47 PM Z