| 包 | 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, 11:04 AM Z