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