Pacchetto | coldfusion.service |
Classe | public class InternalConfig |
Ereditarietà | InternalConfig Object |
Sottoclassi | BasicService |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | ColdFusion 9 |
Versioni runtime: | Flash Player 9, AIR 1.0 |
Config
class.
The accessor functions exposed in the Config
class set the properties on the
instance of InternalConfig
.
Proprietà pubbliche
Proprietà | Definito da | ||
---|---|---|---|
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
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. | 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 |
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
Creates an instance of the InternalConfig class. | InternalConfig | ||
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à |
public var cfContextRoot:String
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | ColdFusion 9 |
Versioni runtime: | Flash Player 9, AIR 1.0 |
Context root of the ColdFusion server.
cfPort | proprietà |
public var cfPort:int
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | ColdFusion 9 |
Versioni runtime: | Flash Player 9, AIR 1.0 |
Port where the ColdFusion server is running.
cfServer | proprietà |
public var cfServer:String
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | ColdFusion 9 |
Versioni runtime: | Flash Player 9, AIR 1.0 |
Name or IP address of the ColdFusion server.
destination | proprietà |
public var destination:String
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | ColdFusion 9 |
Versioni runtime: | Flash Player 9, AIR 1.0 |
Specifies the destination for the remoting call.
secureHttp | proprietà |
public var secureHttp:Boolean
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | ColdFusion 9 |
Versioni runtime: | 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 | proprietà |
public var servicePassword:String
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | ColdFusion 9 |
Versioni runtime: | Flash Player 9, AIR 1.0 |
Password to access ColdFusion services.
serviceUserName | proprietà |
public var serviceUserName:String
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | ColdFusion 9 |
Versioni runtime: | Flash Player 9, AIR 1.0 |
Username to access ColdFusion services.
Descrizione della funzione di costruzione
InternalConfig | () | Funzione di costruzione |
public function InternalConfig()
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | ColdFusion 9 |
Versioni runtime: | Flash Player 9, AIR 1.0 |
Creates an instance of the InternalConfig
class.
Tue Jun 12 2018, 02:44 PM Z