| Paquete | com.adobe.mosaic.om.interfaces |
| Interfaz | public interface ISessionConfiguration |
| Implementadores | SessionConfiguration |
| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Versiones de motor de ejecución: | 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.
Propiedades públicas
| Propiedad | Definido por | ||
|---|---|---|---|
| cachePolicy : ICachePolicy [solo lectura]
The ICachePolicy for this session. | ISessionConfiguration | ||
| name : String [solo lectura]
The name to be associated with this session
| ISessionConfiguration | ||
| securityManager : ISecurityManager [solo lectura]
The ISecurityManager instance to be used for a given session. | ISessionConfiguration | ||
| url : String [solo lectura]
The URL to be used to connect to the remote server
| ISessionConfiguration | ||
Información sobre propiedades
cachePolicy | propiedad |
cachePolicy:ICachePolicy [solo lectura] | Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Versiones de motor de ejecución: | AIR 2.6, Flash Player 10.2 |
The ICachePolicy for this session.
Implementación
public function get cachePolicy():ICachePolicyname | propiedad |
name:String [solo lectura] | Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Versiones de motor de ejecución: | AIR 2.6, Flash Player 10.2 |
The name to be associated with this session
Implementación
public function get name():StringsecurityManager | propiedad |
securityManager:ISecurityManager [solo lectura] | Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Versiones de motor de ejecución: | AIR 2.6, Flash Player 10.2 |
The ISecurityManager instance to be used for a given session.
Implementación
public function get securityManager():ISecurityManagerurl | propiedad |
url:String [solo lectura] | Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Versiones de motor de ejecución: | AIR 2.6, Flash Player 10.2 |
The URL to be used to connect to the remote server
Implementación
public function get url():StringTue Jun 12 2018, 02:12 PM Z