Upgrading to WireBox 7
The official WireBox 7 upgrade guide
ColdFusion 2016 Support Dropped
Testing Injector Creations
myInjector = new coldbox.system.ioc.Injector()myInjector = new coldbox.system.ioc.Injector( {
scopeRegistration : { enabled : false }hj
} )Custom Wirebox DSLs
/**
* Process an incoming DSL definition and produce an object with it
*
* @definition The injection dsl definition structure to process. Keys: name, dsl
* @targetObject The target object we are building the DSL dependency for. If empty, means we are just requesting building
* @targetID The target ID we are building this dependency for
*
* @return coldbox.system.ioc.dsl.IDSLBuilder
*/
function process( required definition, targetObject, targetID );BeanPopulator Deprecated
Last updated
Was this helpful?