Package | com.adobe.mosaic.om.interfaces |
Interface | public interface IApplicationSpecifier |
Implémenteurs | ApplicationSpecifier |
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versions du moteur d’exécution: | 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.
Propriétés publiques
Propriété | Défini par | ||
---|---|---|---|
name : String [lecture seule]
Returns the name to be associated with the application to be loaded
| IApplicationSpecifier | ||
session : ISession [lecture seule]
Returns the ISession instance to be associated with the application to be loaded
| IApplicationSpecifier |
Détails de la propriété
name | propriété |
name:String
[lecture seule] Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versions du moteur d’exécution: | AIR 2.6, Flash Player 10.2 |
Returns the name to be associated with the application to be loaded
Implémentation
public function get name():String
session | propriété |
session:ISession
[lecture seule] Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versions du moteur d’exécution: | AIR 2.6, Flash Player 10.2 |
Returns the ISession instance to be associated with the application to be loaded
Implémentation
public function get session():ISession
Eléments de l’API associés
Tue Jun 12 2018, 09:30 AM Z