About CFML elements that you create

Adobe ColdFusion provides you with several techniques and elements to create sections of code that you can use multiple times in an application. Many of the elements also let you extend the built-in capabilities of ColdFusion. ColdFusion provides the following techniques and elements:

  • ColdFusion pages you include using the cfinclude tag

  • User-defined functions (UDFs)

  • ColdFusion components

  • Custom CFML tags

  • CFX (ColdFusion Extension) tags

ColdFusion can also use elements developed using other technologies, including the following: