request
variables
form
url
cgi
Server
Application
Session
variables
this
local
arguments
attributes
thisTag
caller
Mostly you're probably working with these scopes:
window
scope in JavaScript).this
refers to the component itselflocal
statement are encapsulated and only accessible inside that specific function (this is made to avoid pollution of other sopes)cfargument
tag are accessible with that scopeComponents and functions
Custom tags
Global Scopes
Request Scopes