Pacote | com.adobe.mosaic.om.interfaces |
Interface | public interface ISessionConfiguration |
Implementadores | SessionConfiguration |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versões de 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.
Propriedades públicas
Propriedade | Definido por | ||
---|---|---|---|
cachePolicy : ICachePolicy [somente leitura]
The ICachePolicy for this session. | ISessionConfiguration | ||
name : String [somente leitura]
The name to be associated with this session
| ISessionConfiguration | ||
securityManager : ISecurityManager [somente leitura]
The ISecurityManager instance to be used for a given session. | ISessionConfiguration | ||
url : String [somente leitura]
The URL to be used to connect to the remote server
| ISessionConfiguration |
Detalhes da propriedade
cachePolicy | propriedade |
cachePolicy:ICachePolicy
[somente leitura] Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versões de runtime: | AIR 2.6, Flash Player 10.2 |
The ICachePolicy for this session.
Implementação
public function get cachePolicy():ICachePolicy
name | propriedade |
name:String
[somente leitura] Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versões de runtime: | AIR 2.6, Flash Player 10.2 |
The name to be associated with this session
Implementação
public function get name():String
securityManager | propriedade |
securityManager:ISecurityManager
[somente leitura] Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versões de runtime: | AIR 2.6, Flash Player 10.2 |
The ISecurityManager instance to be used for a given session.
Implementação
public function get securityManager():ISecurityManager
url | propriedade |
url:String
[somente leitura] Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versões de runtime: | AIR 2.6, Flash Player 10.2 |
The URL to be used to connect to the remote server
Implementação
public function get url():String
Wed Jun 13 2018, 11:10 AM Z