| Paquete | com.adobe.mosaic.om.interfaces |
| Interfaz | public interface IApplicationSpecifier |
| Implementadores | ApplicationSpecifier |
| 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 |
IApplicationSpecifier interface is used to specify an application for loading.
Developers may implement this interface themselves, or utilize the IApplicationListItem sub-interface.
Propiedades públicas
| Propiedad | Definido por | ||
|---|---|---|---|
| name : String [solo lectura]
Returns the name to be associated with the application to be loaded
| IApplicationSpecifier | ||
| session : ISession [solo lectura]
Returns the ISession instance to be associated with the application to be loaded
| IApplicationSpecifier | ||
Información sobre propiedades
name | propiedad |
name:String [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 name to be associated with the application to be loaded
Implementación
public function get name():Stringsession | propiedad |
session:ISession [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 ISession instance to be associated with the application to be loaded
Implementación
public function get session():ISessionElementos de API relacionados
Tue Jun 12 2018, 02:12 PM Z