Pacchetto | com.adobe.mosaic.om.impl |
Classe | public class SessionConfiguration |
Ereditarietà | SessionConfiguration Object |
Implementa | ISessionConfiguration |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versioni runtime: | AIR 2.6, Flash Player 10.2 |
SessionConfiguration
repesents an implementation of
ISessionConfiguration.
Elementi API correlati
Proprietà pubbliche
Proprietà | Definito da | ||
---|---|---|---|
cachePolicy : ICachePolicy [sola lettura]
Returns the ICachePolicy (if set)
| SessionConfiguration | ||
constructor : Object
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto. | Object | ||
name : String [sola lettura]
Returns the name associated with the configuration
| SessionConfiguration | ||
securityManager : ISecurityManager [sola lettura]
Returns the ISecurityManager associated with the configuration
| SessionConfiguration | ||
url : String [sola lettura]
Returns the server url associated with the configuration
| SessionConfiguration |
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
SessionConfiguration(url:String, name:String, securityManager:ISecurityManager, cachePolicy:ICachePolicy = null)
Constructor. | SessionConfiguration | ||
Indica se per un oggetto è definita una proprietà specifica. | Object | ||
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro. | Object | ||
Indica se la proprietà specificata esiste ed è enumerabile. | Object | ||
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche. | Object | ||
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate. | Object | ||
Restituisce la rappresentazione in formato stringa dell'oggetto specificato. | Object | ||
Restituisce il valore di base dell'oggetto specificato. | Object |
Descrizione delle proprietà
cachePolicy | proprietà |
cachePolicy:ICachePolicy
[sola lettura] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versioni runtime: | AIR 2.6, Flash Player 10.2 |
Returns the ICachePolicy (if set)
Implementazione
public function get cachePolicy():ICachePolicy
name | proprietà |
name:String
[sola lettura] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versioni runtime: | AIR 2.6, Flash Player 10.2 |
Returns the name associated with the configuration
Implementazione
public function get name():String
securityManager | proprietà |
securityManager:ISecurityManager
[sola lettura] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versioni runtime: | AIR 2.6, Flash Player 10.2 |
Returns the ISecurityManager associated with the configuration
Implementazione
public function get securityManager():ISecurityManager
url | proprietà |
url:String
[sola lettura] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versioni runtime: | AIR 2.6, Flash Player 10.2 |
Returns the server url associated with the configuration
Implementazione
public function get url():String
Descrizione della funzione di costruzione
SessionConfiguration | () | Funzione di costruzione |
public function SessionConfiguration(url:String, name:String, securityManager:ISecurityManager, cachePolicy:ICachePolicy = null)
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versioni runtime: | AIR 2.6, Flash Player 10.2 |
Constructor.
Parametriurl: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
|
Elementi API correlati
Tue Jun 12 2018, 02:44 PM Z