Paket | coldfusion.service.mxml |
Sınıf | public class Config |
Miras Alma | Config Object |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | ColdFusion 9 |
Çalışma Zamanı Sürümleri: | Flash Player 10, AIR 1.5 |
Genel Özellikler
Özellik | Tanımlayan: | ||
---|---|---|---|
cfContextRoot : String
Context root of the ColdFusion server. | Config | ||
cfPort : int
Port where the ColdFusion server is running. | Config | ||
cfServer : String
Name or IP address of the ColdFusion server. | Config | ||
constructor : Object
Belirli bir nesne örneği için sınıf nesnesine veya yapıcı işlevine bir başvuru. | Object | ||
destination : String
Specifies the destination for the remoting call. | Config | ||
secureHttp : Boolean
Boolean value that specifies if secure HTTP is used:
yes: uses secure HTTP
no: does not use secure HTTP
| Config | ||
servicePassword : String
Password to access ColdFusion services. | Config | ||
serviceUserName : String
User name to access ColdFusion services. | Config |
Genel Yöntemler
Yöntem | Tanımlayan: | ||
---|---|---|---|
[statik]
Returns the instance of the InternalConfig class used. | Config | ||
Bir nesnenin belirli bir özelliğinin tanımlı olup olmadığını gösterir. | Object | ||
Object sınıfının bir örneğinin parametre olarak belirtilen nesnenin prototip zincirinde olup olmadığını gösterir. | Object | ||
Belirtilen özelliğin bulunup bulunmadığını ve numaralandırılabilir olup olmadığını gösterir. | Object | ||
Dinamik bir özelliğin döngü işlemlerinde kullanılabilirliğini ayarlar. | Object | ||
Bu nesnenin, yerel ayara özel kurallara göre biçimlendirilmiş dize temsilini döndürür. | Object | ||
Belirtilen nesnenin dize olarak temsil edilen halini döndürür. | Object | ||
Belirtilen nesnenin temel değerini döndürür. | Object |
Özellik Ayrıntısı
cfContextRoot | özellik |
cfPort | özellik |
cfServer | özellik |
destination | özellik |
secureHttp | özellik |
secureHttp:Boolean
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | ColdFusion 9 |
Çalışma Zamanı Sürümleri: | Flash Player 10, AIR 1.5 |
Boolean value that specifies if secure HTTP is used:
yes
: uses secure HTTPno
: does not use secure HTTP
Uygulama
public function get secureHttp():Boolean
public function set secureHttp(value:Boolean):void
servicePassword | özellik |
serviceUserName | özellik |
Yöntem Ayrıntısı
getInternalConfig | () | yöntem |
public static function getInternalConfig():InternalConfig
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | ColdFusion 9 |
Çalışma Zamanı Sürümleri: | Flash Player 10, AIR 1.5 |
Returns the instance of the InternalConfig
class used.
InternalConfig |
Tue Jun 12 2018, 01:09 PM Z