| Contents > Developing ColdFusion MX Applications > Building Custom CFXAPI Tags > Writing a Java CFX tag > Processing requests Response object |
|
|
|
|
||
The Response object is passed to the processRequest method of the CustomTag interface. The following table lists the methods of the Response object for writing output, generating queries, and setting variables within the calling page:
Method |
Description |
|---|---|
Outputs text to the calling page. |
|
Sets a variable in the calling page. |
|
Adds a query to the calling page. |
|
Outputs text to the debug stream. |
For detailed reference information on each of these interfaces, see CFML Reference.
|
|
||
| Contents > Developing ColdFusion MX Applications > Building Custom CFXAPI Tags > Writing a Java CFX tag > Processing requests Response object |
|
|
ColdFusion 8 | ColdFusion MX 7 | ColdFusion MX 6.1 | ColdFusion MX | Forums | Developer Center | Bug Reporting
Version 6.1
Comments are no longer accepted for ColdFusion MX 6.1. ColdFusion 8 is the current version.