Pacote | com.adobe.gravity.service.manifest |
Interface | public interface IInterfaceBuilder |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
Versões de runtime: | AIR 1.1, Flash Player 9 |
Propriedades públicas
Propriedade | Definido por | ||
---|---|---|---|
baseURL : String [somente leitura]
The base URL for the interface SWF. | IInterfaceBuilder | ||
location : String
The URL of the interface SWF. | IInterfaceBuilder |
Métodos públicos
Método | Definido por | ||
---|---|---|---|
Add a service export. | IInterfaceBuilder | ||
Add a service import. | IInterfaceBuilder |
Detalhes da propriedade
baseURL | propriedade |
baseURL:String
[somente leitura] Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
Versões de runtime: | AIR 1.1, Flash Player 9 |
The base URL for the interface SWF.
Implementação
public function get baseURL():String
location | propriedade |
location:String
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
Versões de runtime: | AIR 1.1, Flash Player 9 |
The URL of the interface SWF.
Implementação
public function get location():String
public function set location(value:String):void
Detalhes do método
addExport | () | método |
public function addExport(name:String):void
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
Versões de runtime: | AIR 1.1, Flash Player 9 |
Add a service export.
Parâmetros
name:String — The name of the exported service interface.
|
addImport | () | método |
public function addImport(name:String):void
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
Versões de runtime: | AIR 1.1, Flash Player 9 |
Add a service import.
Parâmetros
name:String — The name of the imported service interface.
|
Wed Jun 13 2018, 11:10 AM Z