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

InternalConfig  - AS3 CF

Packagecoldfusion.service
Classpublic class InternalConfig
InheritanceInternalConfig Inheritance Object
Subclasses BasicService

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

The internal config object that stores all config-related information. The instance of this class is available as a static member of the Config class. The accessor functions exposed in the Config class set the properties on the instance of InternalConfig.



Public Properties
 PropertyDefined By
  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
 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.
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
Public Methods
 MethodDefined By
  
Creates an instance of the InternalConfig class.
InternalConfig
 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
public var cfContextRoot:String

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

Context root of the ColdFusion server.

cfPort

property 
public var cfPort:int

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

Port where the ColdFusion server is running.

cfServer

property 
public var cfServer:String

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

Name or IP address of the ColdFusion server.

destination

property 
public var destination:String

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

Specifies the destination for the remoting call.

secureHttp

property 
public var secureHttp:Boolean

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

Boolean value that specifies if secure HTTP is used:

  • yes: uses secure HTTP
  • no: does not use secure HTTP

servicePassword

property 
public var servicePassword:String

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

Password to access ColdFusion services.

serviceUserName

property 
public var serviceUserName:String

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

Username to access ColdFusion services.

Constructor Detail

InternalConfig

()Constructor
public function InternalConfig()

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

Creates an instance of the InternalConfig class.