![MACROMEDIA COLDFUSION 4.5-DEVELOPING WEB Скачать руководство пользователя страница 307](http://html1.mh-extra.com/html/macromedia/coldfusion-4-5-developing-web/coldfusion-4-5-developing-web_develop-manual_3286369307.webp)
Chapter 18: Building Custom CFAPI Tags
281
Request Object
Passed to the
processRequest
method of the
CustomTag
interface. Provides methods
for retrieving attributes passed to the tag, including queries, and reading global tag
settings.
Response Object
Passed to the
processRequest
method of the
CustomTag
interface. Provides methods
for writing output, generating queries, and setting variables within the calling page.
Methods Used by Request Object
Method
Description
attributeExists
Checks if the attribute was passed to this tag
getAttribute
Retrieves the value of the passed attribute
getIntAttribute
Retrieves the value of the passed attribute as an integer
getAttributeList
Retrieves a list of all attributes passed to the tag
getQuery
Retrieves the query that was passed to this tag, if any
getSetting
Retrieves the value of a global custom tag setting
debug
Checks if the tag contains the DEBUG attribute
Methods Used by Response Object
Method
Description
write
Outputs text into the calling page
setVariable
Sets a variable in the calling page
addQuery
Adds a query to the calling page
writeDebug
Outputs text into the debug stream
Содержание COLDFUSION 4.5-DEVELOPING WEB
Страница 1: ...Allaire Corporation Developing Web Applications with ColdFusion ColdFusion 4 5...
Страница 14: ...xiv Developing Web Applications with ColdFusion...
Страница 26: ...xxvi Developing Web Applications with ColdFusion...
Страница 34: ...8 Developing Web Applications with ColdFusion...
Страница 70: ...44 Developing Web Applications with ColdFusion...
Страница 84: ...58 Developing Web Applications with ColdFusion...
Страница 114: ...88 Developing Web Applications with ColdFusion...
Страница 148: ...122 Developing Web Applications with ColdFusion...
Страница 174: ...148 Developing Web Applications with ColdFusion...
Страница 208: ...182 Developing Web Applications with ColdFusion...
Страница 244: ...218 Developing Web Applications with ColdFusion...
Страница 274: ...248 Developing Web Applications with ColdFusion...
Страница 288: ...262 Developing Web Applications with ColdFusion...
Страница 300: ...274 Developing Web Applications with ColdFusion...
Страница 350: ...324 Developing Web Applications with ColdFusion...
Страница 362: ...336 Developing Web Applications with ColdFusion...