パッケージ | com.adobe.mosaic.om.interfaces |
インターフェイス | public interface ISessionConfiguration |
実装者 | SessionConfiguration |
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
ランタイムバージョン: | AIR 2.6, Flash Player 10.2 |
ISessionConfiguration
provides a descriptor to the runtime for any options
that the application author wishes to specify for the creation of the ISession. This interface
must be implemented by the application author.
パブリックプロパティ
プロパティ | 定義元 | ||
---|---|---|---|
cachePolicy : ICachePolicy [読み取り専用]
The ICachePolicy for this session. | ISessionConfiguration | ||
name : String [読み取り専用]
The name to be associated with this session
| ISessionConfiguration | ||
securityManager : ISecurityManager [読み取り専用]
The ISecurityManager instance to be used for a given session. | ISessionConfiguration | ||
url : String [読み取り専用]
The URL to be used to connect to the remote server
| ISessionConfiguration |
プロパティの詳細
cachePolicy | プロパティ |
cachePolicy:ICachePolicy
[読み取り専用] 言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
ランタイムバージョン: | AIR 2.6, Flash Player 10.2 |
The ICachePolicy for this session.
実装
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 |
The ISecurityManager instance to be used for a given session.
実装
public function get securityManager():ISecurityManager
url | プロパティ |
Tue Jun 12 2018, 10:34 AM Z