Pacchetto | com.adobe.mosaic.om.interfaces |
Interfaccia | public interface ISessionConfiguration |
Implementatori | SessionConfiguration |
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 |
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.
Proprietà pubbliche
Proprietà | Definito da | ||
---|---|---|---|
cachePolicy : ICachePolicy [sola lettura]
The ICachePolicy for this session. | ISessionConfiguration | ||
name : String [sola lettura]
The name to be associated with this session
| ISessionConfiguration | ||
securityManager : ISecurityManager [sola lettura]
The ISecurityManager instance to be used for a given session. | ISessionConfiguration | ||
url : String [sola lettura]
The URL to be used to connect to the remote server
| ISessionConfiguration |
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 |
The ICachePolicy for this session.
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 |
The name to be associated with this session
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 |
The ISecurityManager instance to be used for a given session.
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 |
The URL to be used to connect to the remote server
Implementazione
public function get url():String
Tue Jun 12 2018, 02:44 PM Z