| Pakket | com.adobe.mosaic.om.interfaces |
| Interface | public interface IApplicationSpecifier |
| Geïmplementeerd door | ApplicationSpecifier |
| Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Runtimeversies: | AIR 2.6, Flash Player 10.2 |
IApplicationSpecifier interface is used to specify an application for loading.
Developers may implement this interface themselves, or utilize the IApplicationListItem sub-interface.
Openbare eigenschappen
| Eigenschap | Gedefinieerd door | ||
|---|---|---|---|
| name : String [alleen-lezen]
Returns the name to be associated with the application to be loaded
| IApplicationSpecifier | ||
| session : ISession [alleen-lezen]
Returns the ISession instance to be associated with the application to be loaded
| IApplicationSpecifier | ||
Eigenschapdetails
name | eigenschap |
name:String [alleen-lezen] | Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Runtimeversies: | AIR 2.6, Flash Player 10.2 |
Returns the name to be associated with the application to be loaded
Implementatie
public function get name():Stringsession | eigenschap |
session:ISession [alleen-lezen] | Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Runtimeversies: | AIR 2.6, Flash Player 10.2 |
Returns the ISession instance to be associated with the application to be loaded
Implementatie
public function get session():ISessionVerwante API-elementen
Wed Jun 13 2018, 11:42 AM Z