| Pacote | com.adobe.mosaic.om.interfaces |
| Interface | public interface IServer |
| 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 |
IServer interface defines methods for retrieving
Experience Server information.
Propriedades públicas
| Propriedade | Definido por | ||
|---|---|---|---|
| build : String [somente leitura]
Returns the build for the Experience Server. | IServer | ||
| copyright : String [somente leitura]
Returns the copyright for the Experience Server. | IServer | ||
| protocolVersion : String [somente leitura]
Returns the protocolVersion for Experience Server. | IServer | ||
| serverVersion : String [somente leitura]
Returns the server version of the Experience Server. | IServer | ||
| url : String [somente leitura]
Returns the url for server. | IServer | ||
Detalhes da propriedade
build | propriedade |
build: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 |
Returns the build for the Experience Server. This value is null if the request has not been made.
Implementação
public function get build():Stringcopyright | propriedade |
copyright: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 |
Returns the copyright for the Experience Server. This value is null if the request has not been made.
Implementação
public function get copyright():StringprotocolVersion | propriedade |
protocolVersion: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 |
Returns the protocolVersion for Experience Server. This value is null if the request has not been made.
Implementação
public function get protocolVersion():StringserverVersion | propriedade |
serverVersion: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 |
Returns the server version of the Experience Server. This value is null when the server has not yet connected, or the connection has been closed.
Implementação
public function get serverVersion():Stringurl | propriedade |
Wed Jun 13 2018, 11:10 AM Z