Pacchetto | coldfusion.service.mxml |
Classe | public class Config |
Ereditarietà | Config Object |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | ColdFusion 9 |
Versioni runtime: | Flash Player 10, AIR 1.5 |
Proprietà pubbliche
Proprietà | Definito da | ||
---|---|---|---|
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
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto. | 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 |
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
[statico]
Returns the instance of the InternalConfig class used. | Config | ||
Indica se per un oggetto è definita una proprietà specifica. | Object | ||
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro. | Object | ||
Indica se la proprietà specificata esiste ed è enumerabile. | Object | ||
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche. | Object | ||
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate. | Object | ||
Restituisce la rappresentazione in formato stringa dell'oggetto specificato. | Object | ||
Restituisce il valore di base dell'oggetto specificato. | Object |
Descrizione delle proprietà
cfContextRoot | proprietà |
cfPort | proprietà |
cfServer | proprietà |
destination | proprietà |
secureHttp | proprietà |
secureHttp:Boolean
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | ColdFusion 9 |
Versioni runtime: | Flash Player 10, AIR 1.5 |
Boolean value that specifies if secure HTTP is used:
yes
: uses secure HTTPno
: does not use secure HTTP
Implementazione
public function get secureHttp():Boolean
public function set secureHttp(value:Boolean):void
servicePassword | proprietà |
serviceUserName | proprietà |
Descrizione dei metodi
getInternalConfig | () | metodo |
public static function getInternalConfig():InternalConfig
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | ColdFusion 9 |
Versioni runtime: | Flash Player 10, AIR 1.5 |
Returns the instance of the InternalConfig
class used.
InternalConfig |
Tue Jun 12 2018, 02:44 PM Z