(Beta)
Package | coldfusion.service.mxml |
Class | public class Config |
Inheritance | Config Object |
Language Version: | ActionScript 3.0 |
Product Version: | ColdFusion 9 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
Public Properties
Property | Defined By | ||
---|---|---|---|
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
A reference to the class object or constructor function for a given object instance. | 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 |
Public Methods
Method | Defined By | ||
---|---|---|---|
[static]
Returns the instance of the InternalConfig class used. | Config | ||
Indicates whether an object has a specified property defined. | Object | ||
Indicates whether an instance of the Object class is in the prototype chain of the object specified
as the parameter. | Object | ||
Indicates whether the specified property exists and is enumerable. | Object | ||
Sets the availability of a dynamic property for loop operations. | Object | ||
Returns the string representation of this object, formatted according to locale-specific conventions. | Object | ||
Returns the string representation of the specified object. | Object | ||
Returns the primitive value of the specified object. | Object |
Property Detail
cfContextRoot | property |
cfPort | property |
cfServer | property |
destination | property |
secureHttp | property |
secureHttp:Boolean
Language Version: | ActionScript 3.0 |
Product Version: | ColdFusion 9 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
Boolean value that specifies if secure HTTP is used:
yes
: uses secure HTTPno
: does not use secure HTTP
Implementation
public function get secureHttp():Boolean
public function set secureHttp(value:Boolean):void
servicePassword | property |
serviceUserName | property |
Method Detail
getInternalConfig | () | method |
public static function getInternalConfig():InternalConfig
Language Version: | ActionScript 3.0 |
Product Version: | ColdFusion 9 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
Returns the instance of the InternalConfig
class used.
InternalConfig |
Wed Nov 21 2018, 06:34 AM -08:00