Paket | com.adobe.mosaic.om.interfaces |
Gränssnitt | public interface IApplicationSpecifier |
Implementorer | ApplicationSpecifier |
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Körningsmiljöversioner: | 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.
Publika egenskaper
Egenskap | Definieras med | ||
---|---|---|---|
name : String [skrivskyddad]
Returns the name to be associated with the application to be loaded
| IApplicationSpecifier | ||
session : ISession [skrivskyddad]
Returns the ISession instance to be associated with the application to be loaded
| IApplicationSpecifier |
Egenskapsdetaljer
name | egenskap |
name:String
[skrivskyddad] Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Körningsmiljöversioner: | AIR 2.6, Flash Player 10.2 |
Returns the name to be associated with the application to be loaded
Implementering
public function get name():String
session | egenskap |
session:ISession
[skrivskyddad] Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Körningsmiljöversioner: | AIR 2.6, Flash Player 10.2 |
Returns the ISession instance to be associated with the application to be loaded
Implementering
public function get session():ISession
Relaterade API-element
Tue Jun 12 2018, 01:40 PM Z