Pacchetto | com.adobe.mosaic.om.interfaces |
Interfaccia | public interface IContextProvider |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5 |
Versioni runtime: | 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.
Proprietà pubbliche
Proprietà | Definito da | ||
---|---|---|---|
context : IContext [sola lettura]
Returns the context interface for the application. | IContextProvider |
Descrizione delle proprietà
context | proprietà |
context:IContext
[sola lettura] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versioni runtime: | AIR 2.6, Flash Player 10.2 |
Returns the context interface for the application.
Note: The application context is seperate from the view context.
Implementazione
public function get context():IContext
Elementi API correlati
Tue Jun 12 2018, 02:44 PM Z