Pakiet | com.adobe.mosaic.om.interfaces |
Interfejs | public interface IContextProvider |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5 |
Wersje środowiska wykonawczego: | 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.
Właściwości publiczne
Właściwość | Zdefiniowane przez | ||
---|---|---|---|
context : IContext [tylko do odczytu]
Returns the context interface for the application. | IContextProvider |
Szczegół właściwości
context | właściwość |
context:IContext
[tylko do odczytu] Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Wersje środowiska wykonawczego: | AIR 2.6, Flash Player 10.2 |
Returns the context interface for the application.
Note: The application context is seperate from the view context.
Implementacja
public function get context():IContext
Powiązane elementy interfejsu API
Tue Jun 12 2018, 12:06 PM Z