MACROMEDIA COLDFUSION 4.5-DEVELOPING WEB Develop Manual page 307

Developing web applications with coldfusion
Table of Contents

Advertisement

Chapter 18: Building Custom CFAPI Tags
Request Object
Passed to the
for retrieving attributes passed to the tag, including queries, and reading global tag
settings.
Methods Used by Request Object
Method
attributeExists
getAttribute
getIntAttribute
getAttributeList
getQuery
getSetting
debug
Response Object
Passed to the
for writing output, generating queries, and setting variables within the calling page.
Methods Used by Response Object
Method
write
setVariable
addQuery
writeDebug
method of the
processRequest
Description
Checks if the attribute was passed to this tag
Retrieves the value of the passed attribute
Retrieves the value of the passed attribute as an integer
Retrieves a list of all attributes passed to the tag
Retrieves the query that was passed to this tag, if any
Retrieves the value of a global custom tag setting
Checks if the tag contains the DEBUG attribute
method of the
processRequest
Description
Outputs text into the calling page
Sets a variable in the calling page
Adds a query to the calling page
Outputs text into the debug stream
interface. Provides methods
CustomTag
interface. Provides methods
CustomTag
281

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the COLDFUSION 4.5-DEVELOPING WEB and is the answer not in the manual?

This manual is also suitable for:

Coldfusion 4.5

Table of Contents