Pakiet | coldfusion.service.mxml |
Klasa | public class Config |
Dziedziczenie | Config Object |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | ColdFusion 9 |
Wersje środowiska wykonawczego: | Flash Player 10, AIR 1.5 |
Właściwości publiczne
Właściwość | Zdefiniowane przez | ||
---|---|---|---|
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
Odwołanie do obiektu klasy lub funkcji konstruktora, dotyczące danej instancji obiektu. | 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 |
Metody publiczne
Metoda | Zdefiniowane przez | ||
---|---|---|---|
[statyczny]
Returns the instance of the InternalConfig class used. | Config | ||
Wskazuje, czy dla obiektu zdefiniowano określoną właściwość. | Object | ||
Wskazuje, czy instancja klasy Object należy do łańcucha prototypów obiektu określonego jako parametr. | Object | ||
Wskazuje, czy określona właściwość istnieje i jest przeliczalna. | Object | ||
Ustawia dostępność właściwości dynamicznej używanej w pętlach. | Object | ||
Zwraca ciąg reprezentujący obiekt — sformatowany zgodnie z konwencjami właściwymi dla ustawień regionalnych. | Object | ||
Zwraca ciąg reprezentujący określony obiekt. | Object | ||
Zwraca pierwotną wartość dla określonego obiektu. | Object |
Szczegół właściwości
cfContextRoot | właściwość |
cfPort | właściwość |
cfServer | właściwość |
destination | właściwość |
secureHttp | właściwość |
secureHttp:Boolean
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | ColdFusion 9 |
Wersje środowiska wykonawczego: | Flash Player 10, AIR 1.5 |
Boolean value that specifies if secure HTTP is used:
yes
: uses secure HTTPno
: does not use secure HTTP
Implementacja
public function get secureHttp():Boolean
public function set secureHttp(value:Boolean):void
servicePassword | właściwość |
serviceUserName | właściwość |
Szczegół metody
getInternalConfig | () | metoda |
public static function getInternalConfig():InternalConfig
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | ColdFusion 9 |
Wersje środowiska wykonawczego: | Flash Player 10, AIR 1.5 |
Returns the instance of the InternalConfig
class used.
InternalConfig |
Tue Jun 12 2018, 12:06 PM Z