Package | com.adobe.gravity.service.manifest |
Interface | public interface IInterfaceBuilder |
Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
Runtime Versions: | AIR 1.1, Flash Player 9 |
Public Properties
Property | Defined By | ||
---|---|---|---|
baseURL : String [read-only]
The base URL for the interface SWF. | IInterfaceBuilder | ||
location : String
The URL of the interface SWF. | IInterfaceBuilder |
Public Methods
Method | Defined By | ||
---|---|---|---|
Add a service export. | IInterfaceBuilder | ||
Add a service import. | IInterfaceBuilder |
Property Detail
baseURL | property |
location | property |
location:String
Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
Runtime Versions: | AIR 1.1, Flash Player 9 |
The URL of the interface SWF.
Implementation
public function get location():String
public function set location(value:String):void
Method Detail
addExport | () | method |
public function addExport(name:String):void
Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
Runtime Versions: | AIR 1.1, Flash Player 9 |
Add a service export.
Parameters
name:String — The name of the exported service interface.
|
addImport | () | method |
public function addImport(name:String):void
Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
Runtime Versions: | AIR 1.1, Flash Player 9 |
Add a service import.
Parameters
name:String — The name of the imported service interface.
|
Mon Nov 28 2011, 06:48 AM -08:00