Paket | com.adobe.mosaic.om.interfaces |
Arabirim | public interface IContextProvider |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5 |
Çalışma Zamanı Sürümleri: | 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.
Genel Özellikler
Özellik | Tanımlayan: | ||
---|---|---|---|
context : IContext [salt okunur]
Returns the context interface for the application. | IContextProvider |
Özellik Ayrıntısı
context | özellik |
context:IContext
[salt okunur] Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Çalışma Zamanı Sürümleri: | AIR 2.6, Flash Player 10.2 |
Returns the context interface for the application.
Note: The application context is seperate from the view context.
Uygulama
public function get context():IContext
İlgili API Öğeleri
Tue Jun 12 2018, 01:09 PM Z