| Paket | com.adobe.mosaic.om.interfaces |
| Gränssnitt | public interface ISessionConfiguration |
| Implementorer | SessionConfiguration |
| Språkversion: | ActionScript 3.0 |
| Produktversion: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Körningsmiljöversioner: | 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.
Publika egenskaper
| Egenskap | Definieras med | ||
|---|---|---|---|
| cachePolicy : ICachePolicy [skrivskyddad]
The ICachePolicy for this session. | ISessionConfiguration | ||
| name : String [skrivskyddad]
The name to be associated with this session
| ISessionConfiguration | ||
| securityManager : ISecurityManager [skrivskyddad]
The ISecurityManager instance to be used for a given session. | ISessionConfiguration | ||
| url : String [skrivskyddad]
The URL to be used to connect to the remote server
| ISessionConfiguration | ||
Egenskapsdetaljer
cachePolicy | egenskap |
cachePolicy:ICachePolicy [skrivskyddad] | Språkversion: | ActionScript 3.0 |
| Produktversion: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Körningsmiljöversioner: | AIR 2.6, Flash Player 10.2 |
The ICachePolicy for this session.
Implementering
public function get cachePolicy():ICachePolicyname | egenskap |
name:String [skrivskyddad] | Språkversion: | ActionScript 3.0 |
| Produktversion: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Körningsmiljöversioner: | AIR 2.6, Flash Player 10.2 |
The name to be associated with this session
Implementering
public function get name():StringsecurityManager | egenskap |
securityManager:ISecurityManager [skrivskyddad] | Språkversion: | ActionScript 3.0 |
| Produktversion: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Körningsmiljöversioner: | AIR 2.6, Flash Player 10.2 |
The ISecurityManager instance to be used for a given session.
Implementering
public function get securityManager():ISecurityManagerurl | egenskap |
url:String [skrivskyddad] | Språkversion: | ActionScript 3.0 |
| Produktversion: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Körningsmiljöversioner: | AIR 2.6, Flash Player 10.2 |
The URL to be used to connect to the remote server
Implementering
public function get url():StringTue Jun 12 2018, 01:40 PM Z