Scopes
Functions
- GetComponentStaticScope()
returns the static scope of a specific component, of course access rules apply.
- GetVariable()
Gets the variable referenced by the given parameter; may be fully qualified
- SetVariable()
Sets the value
Tags
- <cflock>
Provides two types of locks to ensure the integrity of shared data: Exclusive lock and Read-only lock.
- Application.cfc / <cfapplication>
Defines a CFML Application and configures the properties / behavior of that Application
Categories
- Components (CFCs)
- Threads
Threads
Guides
- Access Modifiers for variables
public and private scope for component variables
- Migrating from Classic to Modern Local Scope Mode
Guide for safely migrating your Lucee application from classic to modern local scope mode
- Reserved Words
The only reserved words in Lucee are null, true and false. scope names
- REST Services with Lucee
A detailed guide on how to create REST Sevices using CFCs
- Scopes
local, arguments, query, variables, this, cgi, cffile, url, form, cookie, client, thread, caller, request
- Static Scope in Components
Understanding the static scope in Lucee components and how it can be used for shared data and functions.
- Tag Syntax
How to use tags in script
- Using scopes explicitly in code
Scope everything BUT the closest scope for best performance