ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
coldfusion.service.mxml 

Config  - AS3 CF

Packagecoldfusion.service.mxml
Classpublic class Config
InheritanceConfig Inheritance Object

Language Version: ActionScript 3.0
Product Version: ColdFusion 9
Runtime Versions: Flash Player 10, AIR 1.5

The class where all the configuration information, such as, serviceUserName, servicePassword, cfServer, and cfPort are specified.



Public Properties
 PropertyDefined 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
 Inheritedconstructor : 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
 MethodDefined By
  
[static] Returns the instance of the InternalConfig class used.
Config
 Inherited
Indicates whether an object has a specified property defined.
Object
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of this object, formatted according to locale-specific conventions.
Object
 Inherited
Returns the string representation of the specified object.
Object
 Inherited
Returns the primitive value of the specified object.
Object
Property Detail

cfContextRoot

property
cfContextRoot:String

Language Version: ActionScript 3.0
Product Version: ColdFusion 9
Runtime Versions: Flash Player 10, AIR 1.5

Context root of the ColdFusion server.



Implementation
    public function get cfContextRoot():String
    public function set cfContextRoot(value:String):void

cfPort

property 
cfPort:int

Language Version: ActionScript 3.0
Product Version: ColdFusion 9
Runtime Versions: Flash Player 10, AIR 1.5

Port where the ColdFusion server is running.



Implementation
    public function get cfPort():int
    public function set cfPort(value:int):void

cfServer

property 
cfServer:String

Language Version: ActionScript 3.0
Product Version: ColdFusion 9
Runtime Versions: Flash Player 10, AIR 1.5

Name or IP address of the ColdFusion server.



Implementation
    public function get cfServer():String
    public function set cfServer(value:String):void

destination

property 
destination:String

Language Version: ActionScript 3.0
Product Version: ColdFusion 9
Runtime Versions: Flash Player 10, AIR 1.5

Specifies the destination for the remoting call.



Implementation
    public function get destination():String
    public function set destination(value:String):void

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 HTTP
  • no: does not use secure HTTP


Implementation
    public function get secureHttp():Boolean
    public function set secureHttp(value:Boolean):void

servicePassword

property 
servicePassword:String

Language Version: ActionScript 3.0
Product Version: ColdFusion 9
Runtime Versions: Flash Player 10, AIR 1.5

Password to access ColdFusion services.



Implementation
    public function get servicePassword():String
    public function set servicePassword(value:String):void

serviceUserName

property 
serviceUserName:String

Language Version: ActionScript 3.0
Product Version: ColdFusion 9
Runtime Versions: Flash Player 10, AIR 1.5

User name to access ColdFusion services.



Implementation
    public function get serviceUserName():String
    public function set serviceUserName(value:String):void
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.

Returns
InternalConfig