Cfexit - MACROMEDIA COLDFUSION 5 - CFML Reference

Cfml reference
Hide thumbs Also See for COLDFUSION 5 - CFML:
Table of Contents

Advertisement

Alphabetical List of ColdFusion Tags

cfexit

Description
Used to:
Flow-control tags
Category
Syntax
<cfexit method = "method">
See also
cfabort, cfbreak, cfexecute, cfif/cfelseif/cfelse, cflocation, cfloop,
cfswitch/cfcase/cfdefaultcase, cfthrow,
Attributes
Attribute
method
Usage
If a
base page or an included page, the tag executes in the same way as
cfexit
The behavior of the
method
exitTag
exitTemplate
loop
Abort the processing of the currently executing CFML custom tag.
Exit the template within the currently executing CFML custom tag
Reexecute a section of code within the currently executing CFML custom tag
Description
Optional. Specifies one of the following:
exitTag
CFML custom tag.
exitTemplate
custom tag.
loop
Reexecutes the body of the currently executing CFML custom
tag.
tag is encountered outside the context of a custom tag, for example in the
cfexit
tag can help simplify error checking and validation logic in custom tags.
cfexit
Location of cfexit call
Base template
Execution mode = Start
Execution mode = End
Base template
Execution mode = Start
Execution mode = End
Base template
Execution mode = Start
Execution mode = End
(default) Aborts processing of the currently executing
Exits the template of the currently executing CFML
tag depends on its location and execution mode:
cftry
cfcatch
Behavior
Terminate processing
Continue after end tag
Continue after end tag
Terminate processing
Continue from first child in body
Continue after end tag
Error
Error
Continue from first child in body
67
. The
cfabort

Advertisement

Table of Contents
loading

This manual is also suitable for:

Coldfusion 5

Table of Contents