Pacote | com.adobe.mosaic.om.interfaces |
Interface | public interface IApplicationSpecifier |
Implementadores | ApplicationSpecifier |
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 |
IApplicationSpecifier
interface is used to specify an application for loading.
Developers may implement this interface themselves, or utilize the IApplicationListItem sub-interface.
Propriedades públicas
Propriedade | Definido por | ||
---|---|---|---|
name : String [somente leitura]
Returns the name to be associated with the application to be loaded
| IApplicationSpecifier | ||
session : ISession [somente leitura]
Returns the ISession instance to be associated with the application to be loaded
| IApplicationSpecifier |
Detalhes da propriedade
name | propriedade |
name:String
[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 name to be associated with the application to be loaded
Implementação
public function get name():String
session | propriedade |
session:ISession
[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 ISession instance to be associated with the application to be loaded
Implementação
public function get session():ISession
Elementos da API relacionados
Wed Jun 13 2018, 11:10 AM Z