Pakiet | com.adobe.mosaic.om.interfaces |
Interfejs | public interface IApplicationSpecifier |
Implementory | ApplicationSpecifier |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Wersje środowiska wykonawczego: | 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.
Właściwości publiczne
Właściwość | Zdefiniowane przez | ||
---|---|---|---|
name : String [tylko do odczytu]
Returns the name to be associated with the application to be loaded
| IApplicationSpecifier | ||
session : ISession [tylko do odczytu]
Returns the ISession instance to be associated with the application to be loaded
| IApplicationSpecifier |
Szczegół właściwości
name | właściwość |
name:String
[tylko do odczytu] Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Wersje środowiska wykonawczego: | AIR 2.6, Flash Player 10.2 |
Returns the name to be associated with the application to be loaded
Implementacja
public function get name():String
session | właściwość |
session:ISession
[tylko do odczytu] Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Wersje środowiska wykonawczego: | AIR 2.6, Flash Player 10.2 |
Returns the ISession instance to be associated with the application to be loaded
Implementacja
public function get session():ISession
Powiązane elementy interfejsu API
Tue Jun 12 2018, 12:06 PM Z