The Decorated Variables
Last updated
Last updated
At runtime, the configuration object will be created by ColdBox and decorated with the following private properties (available in the variables
scope):
Property | Description |
appMapping | The |
binder | The WireBox configuration binder object |
cachebox | A reference to CacheBox |
controller | A reference to the application's ColdBox Controller |
log | A pre-configured LogBox Logger object for this specific class object ( |
logBox | A Reference to LogBox |
moduleMapping | The |
modulePath | The absolute path to the current loading module |
wirebox | A Reference to WireBox |
You can use any of these private variables to create module settings, load CFCs, add binder mappings, etc.