| パッケージ | com.adobe.mosaic.om.impl |
| クラス | public class ApplicationSpecifier |
| 継承 | ApplicationSpecifier Object |
| 実装 | IApplicationSpecifier |
| 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| ランタイムバージョン: | AIR 2.6, Flash Player 10.2 |
ApplicationSpecifier provides information about a given
IApplication suitable for display to a user. This is provided as default
implementation of the IApplicationSpecifier for developer convenience.
関連する API エレメント
パブリックプロパティ
| プロパティ | 定義元 | ||
|---|---|---|---|
![]() | constructor : Object
指定されたオブジェクトインスタンスのクラスオブジェクトまたはコンストラクター関数への参照です。 | Object | |
| name : String
Returns the name to be associated with the catalog to be loaded
| ApplicationSpecifier | ||
| session : ISession
Returns the ISession instance to be associated with the catalog to be loaded
| ApplicationSpecifier | ||
パブリックメソッド
| メソッド | 定義元 | ||
|---|---|---|---|
Constructor. | ApplicationSpecifier | ||
![]() |
オブジェクトに指定されたプロパティが定義されているかどうかを示します。 | Object | |
![]() |
Object クラスのインスタンスが、パラメーターとして指定されたオブジェクトのプロトタイプチェーン内にあるかどうかを示します。 | Object | |
![]() |
指定されたプロパティが存在し、列挙できるかどうかを示します。 | Object | |
![]() |
ループ処理に対するダイナミックプロパティの可用性を設定します。 | Object | |
![]() |
ロケール固有の規則に従って書式設定された、このオブジェクトのストリング表現を返します。 | Object | |
![]() |
指定されたオブジェクトのストリング表現を返します。 | Object | |
![]() |
指定されたオブジェクトのプリミティブな値を返します。 | Object | |
プロパティの詳細
name | プロパティ |
name:String| 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| ランタイムバージョン: | AIR 2.6, Flash Player 10.2 |
Returns the name to be associated with the catalog to be loaded
実装
public function get name():String public function set name(value:String):voidsession | プロパティ |
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 public function set session(value:ISession):voidコンストラクターの詳細
ApplicationSpecifier | () | コンストラクター |
public function ApplicationSpecifier(name:String, session:ISession = null)| 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| ランタイムバージョン: | AIR 2.6, Flash Player 10.2 |
Constructor. com.adobe.mosaic.om.interfaces.ISession
パラメーターname:String — The name of the Application
| |
session:ISession (default = null) — The ISession for this Application
|
Tue Jun 12 2018, 10:34 AM Z
継承されるパブリックプロパティを隠す
継承されるパブリックプロパティを表示