Package | com.adobe.mosaic.om.interfaces |
Interface | public interface ISessionConfiguration |
Implémenteurs | SessionConfiguration |
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versions du moteur d’exécution: | 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.
Propriétés publiques
Propriété | Défini par | ||
---|---|---|---|
cachePolicy : ICachePolicy [lecture seule]
The ICachePolicy for this session. | ISessionConfiguration | ||
name : String [lecture seule]
The name to be associated with this session
| ISessionConfiguration | ||
securityManager : ISecurityManager [lecture seule]
The ISecurityManager instance to be used for a given session. | ISessionConfiguration | ||
url : String [lecture seule]
The URL to be used to connect to the remote server
| ISessionConfiguration |
Détails de la propriété
cachePolicy | propriété |
cachePolicy:ICachePolicy
[lecture seule] Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versions du moteur d’exécution: | AIR 2.6, Flash Player 10.2 |
The ICachePolicy for this session.
Implémentation
public function get cachePolicy():ICachePolicy
name | propriété |
name:String
[lecture seule] Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versions du moteur d’exécution: | AIR 2.6, Flash Player 10.2 |
The name to be associated with this session
Implémentation
public function get name():String
securityManager | propriété |
securityManager:ISecurityManager
[lecture seule] Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versions du moteur d’exécution: | AIR 2.6, Flash Player 10.2 |
The ISecurityManager instance to be used for a given session.
Implémentation
public function get securityManager():ISecurityManager
url | propriété |
url:String
[lecture seule] Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versions du moteur d’exécution: | AIR 2.6, Flash Player 10.2 |
The URL to be used to connect to the remote server
Implémentation
public function get url():String
Tue Jun 12 2018, 09:30 AM Z