Paket | com.adobe.mosaic.om.interfaces |
Schnittstelle | public interface IApplicationSpecifier |
Umsetzer | ApplicationSpecifier |
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Laufzeitversionen: | 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.
Öffentliche Eigenschaften
Eigenschaft | Definiert von | ||
---|---|---|---|
name : String [schreibgeschützt]
Returns the name to be associated with the application to be loaded
| IApplicationSpecifier | ||
session : ISession [schreibgeschützt]
Returns the ISession instance to be associated with the application to be loaded
| IApplicationSpecifier |
Eigenschaftendetails
name | Eigenschaft |
name:String
[schreibgeschützt] Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Laufzeitversionen: | AIR 2.6, Flash Player 10.2 |
Returns the name to be associated with the application to be loaded
Implementierung
public function get name():String
session | Eigenschaft |
session:ISession
[schreibgeschützt] Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Laufzeitversionen: | AIR 2.6, Flash Player 10.2 |
Returns the ISession instance to be associated with the application to be loaded
Implementierung
public function get session():ISession
Verwandte API-Elemente
Tue Jun 12 2018, 10:04 AM Z