Paket | com.adobe.mosaic.om.interfaces |
Arabirim | public interface ISessionConfiguration |
Uygulayıcılar | SessionConfiguration |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Çalışma Zamanı Sürümleri: | 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.
Genel Özellikler
Özellik | Tanımlayan: | ||
---|---|---|---|
cachePolicy : ICachePolicy [salt okunur]
The ICachePolicy for this session. | ISessionConfiguration | ||
name : String [salt okunur]
The name to be associated with this session
| ISessionConfiguration | ||
securityManager : ISecurityManager [salt okunur]
The ISecurityManager instance to be used for a given session. | ISessionConfiguration | ||
url : String [salt okunur]
The URL to be used to connect to the remote server
| ISessionConfiguration |
Özellik Ayrıntısı
cachePolicy | özellik |
cachePolicy:ICachePolicy
[salt okunur] Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Çalışma Zamanı Sürümleri: | AIR 2.6, Flash Player 10.2 |
The ICachePolicy for this session.
Uygulama
public function get cachePolicy():ICachePolicy
name | özellik |
securityManager | özellik |
securityManager:ISecurityManager
[salt okunur] Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Çalışma Zamanı Sürümleri: | AIR 2.6, Flash Player 10.2 |
The ISecurityManager instance to be used for a given session.
Uygulama
public function get securityManager():ISecurityManager
url | özellik |
url:String
[salt okunur] Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Çalışma Zamanı Sürümleri: | AIR 2.6, Flash Player 10.2 |
The URL to be used to connect to the remote server
Uygulama
public function get url():String
Tue Jun 12 2018, 01:09 PM Z