パッケージ | com.adobe.mosaic.om.impl |
クラス | public class SessionConfiguration |
継承 | SessionConfiguration Object |
実装 | ISessionConfiguration |
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
ランタイムバージョン: | AIR 2.6, Flash Player 10.2 |
SessionConfiguration
repesents an implementation of
ISessionConfiguration.
関連する API エレメント
パブリックプロパティ
プロパティ | 定義元 | ||
---|---|---|---|
cachePolicy : ICachePolicy [読み取り専用]
Returns the ICachePolicy (if set)
| SessionConfiguration | ||
constructor : Object
指定されたオブジェクトインスタンスのクラスオブジェクトまたはコンストラクター関数への参照です。 | Object | ||
name : String [読み取り専用]
Returns the name associated with the configuration
| SessionConfiguration | ||
securityManager : ISecurityManager [読み取り専用]
Returns the ISecurityManager associated with the configuration
| SessionConfiguration | ||
url : String [読み取り専用]
Returns the server url associated with the configuration
| SessionConfiguration |
パブリックメソッド
メソッド | 定義元 | ||
---|---|---|---|
SessionConfiguration(url:String, name:String, securityManager:ISecurityManager, cachePolicy:ICachePolicy = null)
Constructor. | SessionConfiguration | ||
オブジェクトに指定されたプロパティが定義されているかどうかを示します。 | Object | ||
Object クラスのインスタンスが、パラメーターとして指定されたオブジェクトのプロトタイプチェーン内にあるかどうかを示します。 | Object | ||
指定されたプロパティが存在し、列挙できるかどうかを示します。 | Object | ||
ループ処理に対するダイナミックプロパティの可用性を設定します。 | Object | ||
ロケール固有の規則に従って書式設定された、このオブジェクトのストリング表現を返します。 | Object | ||
指定されたオブジェクトのストリング表現を返します。 | Object | ||
指定されたオブジェクトのプリミティブな値を返します。 | Object |
プロパティの詳細
cachePolicy | プロパティ |
cachePolicy:ICachePolicy
[読み取り専用] 言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
ランタイムバージョン: | AIR 2.6, Flash Player 10.2 |
Returns the ICachePolicy (if set)
実装
public function get cachePolicy():ICachePolicy
name | プロパティ |
securityManager | プロパティ |
securityManager:ISecurityManager
[読み取り専用] 言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
ランタイムバージョン: | AIR 2.6, Flash Player 10.2 |
Returns the ISecurityManager associated with the configuration
実装
public function get securityManager():ISecurityManager
url | プロパティ |
コンストラクターの詳細
SessionConfiguration | () | コンストラクター |
public function SessionConfiguration(url:String, name:String, securityManager:ISecurityManager, cachePolicy:ICachePolicy = null)
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
ランタイムバージョン: | AIR 2.6, Flash Player 10.2 |
Constructor.
パラメーターurl:String — The server url
| |
name:String — The name to associate with this Session
| |
securityManager:ISecurityManager — The SecurityManager for authentication
| |
cachePolicy:ICachePolicy (default = null ) — Optional ICachePolicy
|
関連する API エレメント
Tue Jun 12 2018, 10:34 AM Z