Pacchetto | com.adobe.mosaic.om.interfaces |
Interfaccia | public interface IServer |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versioni runtime: | AIR 2.6, Flash Player 10.2 |
IServer
interface defines methods for retrieving
Experience Server information.
Proprietà pubbliche
Proprietà | Definito da | ||
---|---|---|---|
build : String [sola lettura]
Returns the build for the Experience Server. | IServer | ||
copyright : String [sola lettura]
Returns the copyright for the Experience Server. | IServer | ||
protocolVersion : String [sola lettura]
Returns the protocolVersion for Experience Server. | IServer | ||
serverVersion : String [sola lettura]
Returns the server version of the Experience Server. | IServer | ||
url : String [sola lettura]
Returns the url for server. | IServer |
Descrizione delle proprietà
build | proprietà |
build:String
[sola lettura] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versioni 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.
Implementazione
public function get build():String
copyright | proprietà |
copyright:String
[sola lettura] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versioni 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.
Implementazione
public function get copyright():String
protocolVersion | proprietà |
protocolVersion:String
[sola lettura] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versioni 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.
Implementazione
public function get protocolVersion():String
serverVersion | proprietà |
serverVersion:String
[sola lettura] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versioni 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.
Implementazione
public function get serverVersion():String
url | proprietà |
Tue Jun 12 2018, 02:44 PM Z