Pakiet | com.adobe.mosaic.om.impl |
Klasa | public class SessionConfiguration |
Dziedziczenie | SessionConfiguration Object |
Implementuje | ISessionConfiguration |
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 |
SessionConfiguration
repesents an implementation of
ISessionConfiguration.
Powiązane elementy interfejsu API
Właściwości publiczne
Właściwość | Zdefiniowane przez | ||
---|---|---|---|
cachePolicy : ICachePolicy [tylko do odczytu]
Returns the ICachePolicy (if set)
| SessionConfiguration | ||
constructor : Object
Odwołanie do obiektu klasy lub funkcji konstruktora, dotyczące danej instancji obiektu. | Object | ||
name : String [tylko do odczytu]
Returns the name associated with the configuration
| SessionConfiguration | ||
securityManager : ISecurityManager [tylko do odczytu]
Returns the ISecurityManager associated with the configuration
| SessionConfiguration | ||
url : String [tylko do odczytu]
Returns the server url associated with the configuration
| SessionConfiguration |
Metody publiczne
Metoda | Zdefiniowane przez | ||
---|---|---|---|
SessionConfiguration(url:String, name:String, securityManager:ISecurityManager, cachePolicy:ICachePolicy = null)
Constructor. | SessionConfiguration | ||
Wskazuje, czy dla obiektu zdefiniowano określoną właściwość. | Object | ||
Wskazuje, czy instancja klasy Object należy do łańcucha prototypów obiektu określonego jako parametr. | Object | ||
Wskazuje, czy określona właściwość istnieje i jest przeliczalna. | Object | ||
Ustawia dostępność właściwości dynamicznej używanej w pętlach. | Object | ||
Zwraca ciąg reprezentujący obiekt — sformatowany zgodnie z konwencjami właściwymi dla ustawień regionalnych. | Object | ||
Zwraca ciąg reprezentujący określony obiekt. | Object | ||
Zwraca pierwotną wartość dla określonego obiektu. | Object |
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 |
Returns the ICachePolicy (if set)
Implementacja
public function get cachePolicy():ICachePolicy
name | 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 |
Returns the name associated with the configuration
Implementacja
public function get name():String
securityManager | 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 |
Returns the ISecurityManager associated with the configuration
Implementacja
public function get securityManager():ISecurityManager
url | 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 |
Returns the server url associated with the configuration
Implementacja
public function get url():String
Konstruktor Szczegół
SessionConfiguration | () | Konstruktor |
public function SessionConfiguration(url:String, name:String, securityManager:ISecurityManager, cachePolicy:ICachePolicy = null)
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 |
Constructor.
Parametryurl: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
|
Powiązane elementy interfejsu API
Tue Jun 12 2018, 12:06 PM Z