| Pakiet | com.adobe.mosaic.om.interfaces |
| Interfejs | public interface ISessionConfiguration |
| Implementory | SessionConfiguration |
| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Wersje środowiska wykonawczego: | 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.
Właściwości publiczne
| Właściwość | Zdefiniowane przez | ||
|---|---|---|---|
| cachePolicy : ICachePolicy [tylko do odczytu]
The ICachePolicy for this session. | ISessionConfiguration | ||
| name : String [tylko do odczytu]
The name to be associated with this session
| ISessionConfiguration | ||
| securityManager : ISecurityManager [tylko do odczytu]
The ISecurityManager instance to be used for a given session. | ISessionConfiguration | ||
| url : String [tylko do odczytu]
The URL to be used to connect to the remote server
| ISessionConfiguration | ||
Szczegół właściwości
cachePolicy | właściwość |
cachePolicy:ICachePolicy [tylko do odczytu] | Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Wersje środowiska wykonawczego: | AIR 2.6, Flash Player 10.2 |
The ICachePolicy for this session.
Implementacja
public function get cachePolicy():ICachePolicyname | właściwość |
name:String [tylko do odczytu] | Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Wersje środowiska wykonawczego: | AIR 2.6, Flash Player 10.2 |
The name to be associated with this session
Implementacja
public function get name():StringsecurityManager | właściwość |
securityManager:ISecurityManager [tylko do odczytu] | Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Wersje środowiska wykonawczego: | AIR 2.6, Flash Player 10.2 |
The ISecurityManager instance to be used for a given session.
Implementacja
public function get securityManager():ISecurityManagerurl | właściwość |
url:String [tylko do odczytu] | Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Wersje środowiska wykonawczego: | AIR 2.6, Flash Player 10.2 |
The URL to be used to connect to the remote server
Implementacja
public function get url():StringTue Jun 12 2018, 12:06 PM Z