Global and request scope objects are implicitly available in all server-side ActionScript. The following table describes these scope objects:
| Scope name | Type | Description |
|---|---|---|
|
config |
Global |
Initialization information for the server-side ActionScript adapter. Class: |
|
application |
Global |
The context for the current web application. The context defines methods that provide, for example, the MIME type of a file that can be used to write to a log file. There is one context per web application. Class: |
|
request |
Request |
An object containing client request information. The object provides data, including parameter name and values, attributes, and an input stream. Class: |
|
response |
Request |
An object to assist in sending a response to the client. It provides HTTP-specific functionality in sending a response. Do not use the OutputStream or PrintWriter to send data back to the client. Class: |
For more information about these scope objects, see the documentation on the javax.servlet class at http://java.sun.com.
ColdFusion 9 | ColdFusion 8 | ColdFusion MX 7 | ColdFusion MX 6.1 | ColdFusion MX | Forums | Developer Center | KnowledgeBase | Bug Reporting
Version 7
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/coldfusion/7/htmldocs/00001494.htm