Package | com.adobe.mosaic.om.impl |
Classe | public class ApplicationSpecifier |
Héritage | ApplicationSpecifier Object |
Implémente | IApplicationSpecifier |
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 |
ApplicationSpecifier
provides information about a given
IApplication suitable for display to a user. This is provided as default
implementation of the IApplicationSpecifier for developer convenience.
Eléments de l’API associés
Propriétés publiques
Propriété | Défini par | ||
---|---|---|---|
constructor : Object
Référence à l’objet de classe ou à la fonction constructeur d’une occurrence donnée d’un objet. | Object | ||
name : String
Returns the name to be associated with the catalog to be loaded
| ApplicationSpecifier | ||
session : ISession
Returns the ISession instance to be associated with the catalog to be loaded
| ApplicationSpecifier |
Méthodes publiques
Méthode | Défini par | ||
---|---|---|---|
Constructor. | ApplicationSpecifier | ||
Indique si la propriété spécifiée d’un objet est définie. | Object | ||
Indique si une occurrence de la classe Object figure dans la chaîne de prototype de l’objet spécifié en tant que paramètre. | Object | ||
Indique si la propriété spécifiée existe et est énumérable. | Object | ||
Définit la disponibilité d’une propriété dynamique pour les opérations en boucle. | Object | ||
Renvoie la représentation de chaîne de cet objet, formatée selon les paramètres régionaux en vigueur. | Object | ||
Renvoie la représentation sous forme de chaîne de l’objet spécifié. | Object | ||
Renvoie la valeur primitive de l’objet spécifié. | Object |
Détails de la propriété
name | propriété |
name:String
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 catalog to be loaded
Implémentation
public function get name():String
public function set name(value:String):void
session | propriété |
session:ISession
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 catalog to be loaded
Implémentation
public function get session():ISession
public function set session(value:ISession):void
Détails du constructeur
ApplicationSpecifier | () | Constructeur |
public function ApplicationSpecifier(name:String, session:ISession = null)
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 |
Constructor. com.adobe.mosaic.om.interfaces.ISession
Paramètresname:String — The name of the Application
| |
session:ISession (default = null ) — The ISession for this Application
|
Tue Jun 12 2018, 09:30 AM Z