| Pacchetto | com.adobe.mosaic.om.interfaces |
| Interfaccia | public interface IApplicationSpecifier |
| Implementatori | ApplicationSpecifier |
| 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 |
IApplicationSpecifier interface is used to specify an application for loading.
Developers may implement this interface themselves, or utilize the IApplicationListItem sub-interface.
Proprietà pubbliche
| Proprietà | Definito da | ||
|---|---|---|---|
| name : String [sola lettura]
Returns the name to be associated with the application to be loaded
| IApplicationSpecifier | ||
| session : ISession [sola lettura]
Returns the ISession instance to be associated with the application to be loaded
| IApplicationSpecifier | ||
Descrizione delle proprietà
name | proprietà |
name:String [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 name to be associated with the application to be loaded
Implementazione
public function get name():Stringsession | proprietà |
session:ISession [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 ISession instance to be associated with the application to be loaded
Implementazione
public function get session():ISessionElementi API correlati
Tue Jun 12 2018, 02:44 PM Z