套件 | coldfusion.service |
類別 | public class InternalConfig |
繼承 | InternalConfig Object |
子類別 | BasicService |
語言版本: | ActionScript 3.0 |
產品版本: | ColdFusion 9 |
執行階段版本: | Flash Player 9, AIR 1.0 |
Config
class.
The accessor functions exposed in the Config
class set the properties on the
instance of InternalConfig
.
公用屬性
屬性 | 定義自 | ||
---|---|---|---|
cfContextRoot : String
Context root of the ColdFusion server. | InternalConfig | ||
cfPort : int
Port where the ColdFusion server is running. | InternalConfig | ||
cfServer : String
Name or IP address of the ColdFusion server. | InternalConfig | ||
constructor : Object
類別物件的參照或是特定物件實體的建構函數。 | Object | ||
destination : String
Specifies the destination for the remoting call. | InternalConfig | ||
secureHttp : Boolean
Boolean value that specifies if secure HTTP is used:
yes: uses secure HTTP
no: does not use secure HTTP
| InternalConfig | ||
servicePassword : String
Password to access ColdFusion services. | InternalConfig | ||
serviceUserName : String
Username to access ColdFusion services. | InternalConfig |
公用方法
方法 | 定義自 | ||
---|---|---|---|
Creates an instance of the InternalConfig class. | InternalConfig | ||
指出物件是否有已定義的指定屬性。 | Object | ||
指出 Object 類別的實體是否位於指定為參數的物件原型鏈中。 | Object | ||
指出指定的屬性是否存在,以及是否可列舉。 | Object | ||
為迴圈作業設定動態屬性的可用性。 | Object | ||
傳回代表此物件的字串,根據地區特定慣例進行格式化。 | Object | ||
會傳回指定之物件的字串形式。 | Object | ||
會傳回指定之物件的基本值。 | Object |
屬性詳細資訊
cfContextRoot | 屬性 |
public var cfContextRoot:String
語言版本: | ActionScript 3.0 |
產品版本: | ColdFusion 9 |
執行階段版本: | Flash Player 9, AIR 1.0 |
Context root of the ColdFusion server.
cfPort | 屬性 |
public var cfPort:int
語言版本: | ActionScript 3.0 |
產品版本: | ColdFusion 9 |
執行階段版本: | Flash Player 9, AIR 1.0 |
Port where the ColdFusion server is running.
cfServer | 屬性 |
public var cfServer:String
語言版本: | ActionScript 3.0 |
產品版本: | ColdFusion 9 |
執行階段版本: | Flash Player 9, AIR 1.0 |
Name or IP address of the ColdFusion server.
destination | 屬性 |
public var destination:String
語言版本: | ActionScript 3.0 |
產品版本: | ColdFusion 9 |
執行階段版本: | Flash Player 9, AIR 1.0 |
Specifies the destination for the remoting call.
secureHttp | 屬性 |
public var secureHttp:Boolean
語言版本: | ActionScript 3.0 |
產品版本: | ColdFusion 9 |
執行階段版本: | Flash Player 9, AIR 1.0 |
Boolean value that specifies if secure HTTP is used:
yes
: uses secure HTTPno
: does not use secure HTTP
servicePassword | 屬性 |
public var servicePassword:String
語言版本: | ActionScript 3.0 |
產品版本: | ColdFusion 9 |
執行階段版本: | Flash Player 9, AIR 1.0 |
Password to access ColdFusion services.
serviceUserName | 屬性 |
public var serviceUserName:String
語言版本: | ActionScript 3.0 |
產品版本: | ColdFusion 9 |
執行階段版本: | Flash Player 9, AIR 1.0 |
Username to access ColdFusion services.
建構函式詳細資料
InternalConfig | () | 建構函式 |
public function InternalConfig()
語言版本: | ActionScript 3.0 |
產品版本: | ColdFusion 9 |
執行階段版本: | Flash Player 9, AIR 1.0 |
Creates an instance of the InternalConfig
class.
Tue Jun 12 2018, 03:47 PM Z