패키지 | 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, 03:17 PM Z