包 | 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, 11:04 AM Z