ColdBox Platform Version 3.7.0

coldbox.system.ioc.config
Class DefaultBinder

WEB-INF.cftags.component
        extended by coldbox.system.ioc.config.Binder
            extended by coldbox.system.ioc.config.DefaultBinder

public class DefaultBinder
extends Binder

The default WireBox Injector configuration object


Method Summary
 any configure()
          Configure WireBox, that's it!
 
Methods inherited from class coldbox.system.ioc.config.Binder
asEagerInit, asSingleton, bindAspect, cacheBox, constructor, extraAttributes, getAppMapping, getAspectBindings, getCacheBoxConfig, getColdBox, getCurrentMapping, getCustomDSL, getCustomScopes, getDefaults, getInjector, getListeners, getLogBoxConfig, getMapping, getMappings, getMemento, getParentInjector, getProperties, getProperty, getScanLocations, getScopeRegistration, getStopRecursions, inCacheBox, init, initArg, initWith, into, listener, loadDataDSL, logBoxConfig, map, mapAspect, mapDSL, mapDirectory, mapPath, mapScope, mappingExists, match, methodArg, mixins, noAutowire, noInit, notThreadSafe, onDIComplete, parent, parentInjector, processMappings, property, propertyExists, providerMethod, removeScanLocations, reset, scanLocations, scopeRegistration, setMapping, setProperties, setProperty, setter, stopRecursions, threadSafe, to, toDSL, toFactoryMethod, toJava, toProvider, toRSS, toValue, toWebservice, unMap, virtualInheritance, with
 
Methods inherited from class WEB-INF.cftags.component
 

Method Detail

configure

public any configure()
Configure WireBox, that's it!

Overrides:
configure in class Binder

ColdBox Platform Version 3.7.0