Injection DSL
Core Models
property name='shell' inject='commandbox';
property name='tempDir' inject='tempDir@constants';
property name='formatterUtil' inject='formatter';
property name='ModuleService' inject='ModuleService';
property name='ConfigService' inject='ConfigService';Custom Models
property name='AmazingService' inject='AmazingService@SuperDuper';Module Config and Settings
property name='allModuleConfigs' inject='commandbox:moduleConfig';
property name='moduleConfig' inject='commandbox:moduleConfig:moduleName';
property name='moduleSettings' inject='commandbox:moduleSettings:moduleName';
property name='mySetting' inject='commandbox:moduleSettings:moduleName:mySetting';
property name='myDeepSetting' inject='commandbox:moduleSettings:moduleName:mySetting';CommandBox Config
box Injection Namespace
Reloading Changes
Last updated
Was this helpful?