用于 Adobe® Flash® Platform 的 ActionScript® 3.0 参考
主页  |  隐藏包列表和类列表 |   |   |  新增内容  |  索引  |  附录  |  为什么显示为英语?
过滤条件: 正在从服务器检索数据...
正在从服务器检索数据...
com.adobe.mosaic.om.interfaces 

IServer  - AS3 ADEP Composite Application

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

The 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():String

copyright

属性 
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():String

protocolVersion

属性 
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():String

serverVersion

属性 
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():String

url

属性 
url:String  [只读]

语言版本: ActionScript 3.0
产品版本: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
运行时版本: AIR 2.6, Flash Player 10.2

Returns the url for server.



实现
    public function get url():String




[ X ]为什么显示为英语?
《ActionScript 3.0 参考》中的内容以英语显示

《ActionScript 3.0 参考》中的部分内容未翻译成所有语言。当某个语言元素未翻译时,将显示为英语。例如,ga.controls.HelpBox 类未翻译成任何语言。因此在简体中文版的参考中,ga.controls.HelpBox 类显示为英语。