Paquete | com.adobe.mosaic.om.interfaces |
Interfaz | public interface IContextProvider |
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5 |
Versiones de motor de ejecución: | 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.
Propiedades públicas
Propiedad | Definido por | ||
---|---|---|---|
context : IContext [solo lectura]
Returns the context interface for the application. | IContextProvider |
Información sobre propiedades
context | propiedad |
context:IContext
[solo lectura] Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versiones de motor de ejecución: | AIR 2.6, Flash Player 10.2 |
Returns the context interface for the application.
Note: The application context is seperate from the view context.
Implementación
public function get context():IContext
Elementos de API relacionados
Tue Jun 12 2018, 02:12 PM Z