CFML Tags

system Tags

Tag Name Description
CFEXECUTE Executes a shell command on the local server
CFINCLUDE Executes another template within the current template
CFINVOKE This tag lets you call a CFC, WebService or JavaComponent
CFLOCK Places a lock around the block to ensure only one thread of execution can enter
CFMODULE Executes another template within the current template
CFSCRIPT Contains block of CFSCRIPT statements to be evaluated.
CFTHREAD Allows threads to be created and controlled.