Pacchetto | com.adobe.gravity.service.manifest |
Interfaccia | public interface IInterfaceBuilder |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
Versioni runtime: | AIR 1.1, Flash Player 9 |
Proprietà pubbliche
Proprietà | Definito da | ||
---|---|---|---|
baseURL : String [sola lettura]
The base URL for the interface SWF. | IInterfaceBuilder | ||
location : String
The URL of the interface SWF. | IInterfaceBuilder |
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
Add a service export. | IInterfaceBuilder | ||
Add a service import. | IInterfaceBuilder |
Descrizione delle proprietà
baseURL | proprietà |
baseURL:String
[sola lettura] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
Versioni runtime: | AIR 1.1, Flash Player 9 |
The base URL for the interface SWF.
Implementazione
public function get baseURL():String
location | proprietà |
location:String
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
Versioni runtime: | AIR 1.1, Flash Player 9 |
The URL of the interface SWF.
Implementazione
public function get location():String
public function set location(value:String):void
Descrizione dei metodi
addExport | () | metodo |
public function addExport(name:String):void
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
Versioni runtime: | AIR 1.1, Flash Player 9 |
Add a service export.
Parametri
name:String — The name of the exported service interface.
|
addImport | () | metodo |
public function addImport(name:String):void
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
Versioni runtime: | AIR 1.1, Flash Player 9 |
Add a service import.
Parametri
name:String — The name of the imported service interface.
|
Tue Jun 12 2018, 02:44 PM Z