Static

Functions

Tags

  • <cfcomponent>

    Creates and defines a component object

  • <cffunction>

    Defines a function within a CFML component that can accept arguments and return a value.

  • <cfstatic>

    defines a static constructor within components

Guides

  • Static Scope in Components

    Understanding the static scope in Lucee components and how it can be used for shared data and functions.