Pakiet | com.adobe.gravity.service.manifest |
Interfejs | public interface IInterfaceBuilder |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
Wersje środowiska wykonawczego: | AIR 1.1, Flash Player 9 |
Właściwości publiczne
Właściwość | Zdefiniowane przez | ||
---|---|---|---|
baseURL : String [tylko do odczytu]
The base URL for the interface SWF. | IInterfaceBuilder | ||
location : String
The URL of the interface SWF. | IInterfaceBuilder |
Metody publiczne
Metoda | Zdefiniowane przez | ||
---|---|---|---|
Add a service export. | IInterfaceBuilder | ||
Add a service import. | IInterfaceBuilder |
Szczegół właściwości
baseURL | właściwość |
baseURL:String
[tylko do odczytu] Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
Wersje środowiska wykonawczego: | AIR 1.1, Flash Player 9 |
The base URL for the interface SWF.
Implementacja
public function get baseURL():String
location | właściwość |
location:String
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
Wersje środowiska wykonawczego: | AIR 1.1, Flash Player 9 |
The URL of the interface SWF.
Implementacja
public function get location():String
public function set location(value:String):void
Szczegół metody
addExport | () | metoda |
public function addExport(name:String):void
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
Wersje środowiska wykonawczego: | AIR 1.1, Flash Player 9 |
Add a service export.
Parametry
name:String — The name of the exported service interface.
|
addImport | () | metoda |
public function addImport(name:String):void
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
Wersje środowiska wykonawczego: | AIR 1.1, Flash Player 9 |
Add a service import.
Parametry
name:String — The name of the imported service interface.
|
Tue Jun 12 2018, 12:06 PM Z