| 包 | com.adobe.mosaic.om.interfaces |
| 接口 | public interface IApplicationSpecifier |
| 实现器 | ApplicationSpecifier |
| 语言版本: | ActionScript 3.0 |
| 产品版本: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| 运行时版本: | 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.
公共属性
| 属性 | 由以下参数定义 | ||
|---|---|---|---|
| name : String [只读]
Returns the name to be associated with the application to be loaded
| IApplicationSpecifier | ||
| session : ISession [只读]
Returns the ISession instance to be associated with the application to be loaded
| IApplicationSpecifier | ||
属性详细信息
name | 属性 |
session | 属性 |
session:ISession [只读] | 语言版本: | ActionScript 3.0 |
| 产品版本: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| 运行时版本: | AIR 2.6, Flash Player 10.2 |
Returns the ISession instance to be associated with the application to be loaded
实现
public function get session():ISession相关 API 元素
Tue Jun 12 2018, 11:04 AM Z