Pacote | com.adobe.mosaic.om.interfaces |
Interface | public interface IContextProvider |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5 |
Versões de 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.
Propriedades públicas
Propriedade | Definido por | ||
---|---|---|---|
context : IContext [somente leitura]
Returns the context interface for the application. | IContextProvider |
Detalhes da propriedade
context | propriedade |
context:IContext
[somente leitura] Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versões de 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.
Implementação
public function get context():IContext
Elementos da API relacionados
Wed Jun 13 2018, 11:10 AM Z