Package | com.adobe.gravity.service.manifest |
Interface | public interface IInterfaceBuilder |
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
Versions du moteur d’exécution: | AIR 1.1, Flash Player 9 |
Propriétés publiques
Propriété | Défini par | ||
---|---|---|---|
baseURL : String [lecture seule]
The base URL for the interface SWF. | IInterfaceBuilder | ||
location : String
The URL of the interface SWF. | IInterfaceBuilder |
Méthodes publiques
Méthode | Défini par | ||
---|---|---|---|
Add a service export. | IInterfaceBuilder | ||
Add a service import. | IInterfaceBuilder |
Détails de la propriété
baseURL | propriété |
baseURL:String
[lecture seule] Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
Versions du moteur d’exécution: | AIR 1.1, Flash Player 9 |
The base URL for the interface SWF.
Implémentation
public function get baseURL():String
location | propriété |
location:String
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
Versions du moteur d’exécution: | AIR 1.1, Flash Player 9 |
The URL of the interface SWF.
Implémentation
public function get location():String
public function set location(value:String):void
Détails de la méthode
addExport | () | méthode |
public function addExport(name:String):void
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
Versions du moteur d’exécution: | AIR 1.1, Flash Player 9 |
Add a service export.
Paramètres
name:String — The name of the exported service interface.
|
addImport | () | méthode |
public function addImport(name:String):void
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
Versions du moteur d’exécution: | AIR 1.1, Flash Player 9 |
Add a service import.
Paramètres
name:String — The name of the imported service interface.
|
Tue Jun 12 2018, 09:30 AM Z