| Contents > Developing ColdFusion MX Applications > Building Custom CFXAPI Tags > Writing a Java CFX tag > Processing requests Request object |
|
|
|
|
||
The Request object is passed to the processRequest method of the CustomTag interface. The following table lists the methods of the Request object for retrieving attributes, including queries, passed to the tag and for reading global tag settings:
Method |
Description |
|---|---|
Checks whether the attribute was passed to this tag. |
|
Checks whether the tag contains the |
|
Retrieves the value of the passed attribute. |
|
Retrieves a list of all attributes passed to the tag. |
|
Retrieves the value of the passed attribute as an integer. |
|
Retrieves the query that was passed to this tag, if any. |
|
Retrieves the value of a global custom tag setting. |
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 Request object |
|
|
ColdFusion 9 | 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.