| Pakiet | com.adobe.mosaic.om.interfaces |
| Interfejs | public interface IServer |
| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Wersje środowiska wykonawczego: | AIR 2.6, Flash Player 10.2 |
IServer interface defines methods for retrieving
Experience Server information.
Właściwości publiczne
| Właściwość | Zdefiniowane przez | ||
|---|---|---|---|
| build : String [tylko do odczytu]
Returns the build for the Experience Server. | IServer | ||
| copyright : String [tylko do odczytu]
Returns the copyright for the Experience Server. | IServer | ||
| protocolVersion : String [tylko do odczytu]
Returns the protocolVersion for Experience Server. | IServer | ||
| serverVersion : String [tylko do odczytu]
Returns the server version of the Experience Server. | IServer | ||
| url : String [tylko do odczytu]
Returns the url for server. | IServer | ||
Szczegół właściwości
build | właściwość |
build:String [tylko do odczytu] | Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Wersje środowiska wykonawczego: | 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.
Implementacja
public function get build():Stringcopyright | właściwość |
copyright:String [tylko do odczytu] | Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Wersje środowiska wykonawczego: | 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.
Implementacja
public function get copyright():StringprotocolVersion | właściwość |
protocolVersion:String [tylko do odczytu] | Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Wersje środowiska wykonawczego: | AIR 2.6, Flash Player 10.2 |
Returns the protocolVersion for Experience Server. This value is null if the request has not been made.
Implementacja
public function get protocolVersion():StringserverVersion | właściwość |
serverVersion:String [tylko do odczytu] | Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Wersje środowiska wykonawczego: | 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.
Implementacja
public function get serverVersion():Stringurl | właściwość |
url:String [tylko do odczytu] | Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Wersje środowiska wykonawczego: | AIR 2.6, Flash Player 10.2 |
Returns the url for server.
Implementacja
public function get url():StringTue Jun 12 2018, 12:06 PM Z