| 套件 | com.adobe.mosaic.om.interfaces |
| 介面 | public interface IServer |
| 語言版本: | ActionScript 3.0 |
| 產品版本: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| 執行階段版本: | AIR 2.6, Flash Player 10.2 |
IServer interface defines methods for retrieving
Experience Server information.
公用屬性
| 屬性 | 定義自 | ||
|---|---|---|---|
| build : String [唯讀]
Returns the build for the Experience Server. | IServer | ||
| copyright : String [唯讀]
Returns the copyright for the Experience Server. | IServer | ||
| protocolVersion : String [唯讀]
Returns the protocolVersion for Experience Server. | IServer | ||
| serverVersion : String [唯讀]
Returns the server version of the Experience Server. | IServer | ||
| url : String [唯讀]
Returns the url for server. | IServer | ||
屬性詳細資訊
build | 屬性 |
build:String [唯讀] | 語言版本: | ActionScript 3.0 |
| 產品版本: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| 執行階段版本: | 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.
實作
public function get build():Stringcopyright | 屬性 |
copyright:String [唯讀] | 語言版本: | ActionScript 3.0 |
| 產品版本: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| 執行階段版本: | 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.
實作
public function get copyright():StringprotocolVersion | 屬性 |
protocolVersion:String [唯讀] | 語言版本: | ActionScript 3.0 |
| 產品版本: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| 執行階段版本: | AIR 2.6, Flash Player 10.2 |
Returns the protocolVersion for Experience Server. This value is null if the request has not been made.
實作
public function get protocolVersion():StringserverVersion | 屬性 |
serverVersion:String [唯讀] | 語言版本: | ActionScript 3.0 |
| 產品版本: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| 執行階段版本: | 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.
實作
public function get serverVersion():Stringurl | 屬性 |
Tue Jun 12 2018, 03:47 PM Z