Пакет | 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:34 AM Z