패키지 | 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, 03:17 PM Z