パッケージ | com.adobe.mosaic.om.interfaces |
インターフェイス | public interface ICatalogSpecifier |
実装者 | Catalog, CatalogSpecifier |
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
ランタイムバージョン: | AIR 2.6, Flash Player 10.2 |
ICatalogSpecifier
provides information about a given ICatalog suitable for
display to a user. Use this interface to specify a catalog for loading into an IApplication.
Developers may implement this interface themselves, or utilize the ICatalogListItem sub-interface.
パブリックプロパティ
プロパティ | 定義元 | ||
---|---|---|---|
name : String [読み取り専用]
Returns the name to be associated with the catalog to be loaded
| ICatalogSpecifier | ||
session : ISession [読み取り専用]
Returns the ISession instance to be associated with the catalog to be loaded
| ICatalogSpecifier |
プロパティの詳細
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 catalog to be loaded
実装
public function get session():ISession
Tue Jun 12 2018, 10:34 AM Z