Paket | com.adobe.mosaic.om.impl |
Sınıf | public class SessionConfiguration |
Miras Alma | SessionConfiguration Object |
Uygular | ISessionConfiguration |
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 |
SessionConfiguration
repesents an implementation of
ISessionConfiguration.
İlgili API Öğeleri
Genel Özellikler
Özellik | Tanımlayan: | ||
---|---|---|---|
cachePolicy : ICachePolicy [salt okunur]
Returns the ICachePolicy (if set)
| SessionConfiguration | ||
constructor : Object
Belirli bir nesne örneği için sınıf nesnesine veya yapıcı işlevine bir başvuru. | Object | ||
name : String [salt okunur]
Returns the name associated with the configuration
| SessionConfiguration | ||
securityManager : ISecurityManager [salt okunur]
Returns the ISecurityManager associated with the configuration
| SessionConfiguration | ||
url : String [salt okunur]
Returns the server url associated with the configuration
| SessionConfiguration |
Genel Yöntemler
Yöntem | Tanımlayan: | ||
---|---|---|---|
SessionConfiguration(url:String, name:String, securityManager:ISecurityManager, cachePolicy:ICachePolicy = null)
Constructor. | SessionConfiguration | ||
Bir nesnenin belirli bir özelliğinin tanımlı olup olmadığını gösterir. | Object | ||
Object sınıfının bir örneğinin parametre olarak belirtilen nesnenin prototip zincirinde olup olmadığını gösterir. | Object | ||
Belirtilen özelliğin bulunup bulunmadığını ve numaralandırılabilir olup olmadığını gösterir. | Object | ||
Dinamik bir özelliğin döngü işlemlerinde kullanılabilirliğini ayarlar. | Object | ||
Bu nesnenin, yerel ayara özel kurallara göre biçimlendirilmiş dize temsilini döndürür. | Object | ||
Belirtilen nesnenin dize olarak temsil edilen halini döndürür. | Object | ||
Belirtilen nesnenin temel değerini döndürür. | Object |
Ö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 |
Returns the ICachePolicy (if set)
Uygulama
public function get cachePolicy():ICachePolicy
name | özellik |
name: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 |
Returns the name associated with the configuration
Uygulama
public function get name():String
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 |
Returns the ISecurityManager associated with the configuration
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 |
Returns the server url associated with the configuration
Uygulama
public function get url():String
Yapıcı Ayrıntı
SessionConfiguration | () | Yapıcı |
public function SessionConfiguration(url:String, name:String, securityManager:ISecurityManager, cachePolicy:ICachePolicy = null)
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 |
Constructor.
Parametrelerurl:String — The server url
| |
name:String — The name to associate with this Session
| |
securityManager:ISecurityManager — The SecurityManager for authentication
| |
cachePolicy:ICachePolicy (default = null ) — Optional ICachePolicy
|
İlgili API Öğeleri
Tue Jun 12 2018, 01:09 PM Z