包 | 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, 11:04 AM Z