coldbox.system.ioc.config

Class DefaultBinder

lucee.Component
    extended by coldbox.system.ioc.config.Binder
      extended by coldbox.system.ioc.config.DefaultBinder

Copyright Since 2005 ColdBox Framework by Luis Majano and Ortus Solutions, Corp www.ortussolutions.com --- The default ColdBox WireBox Injector configuration object that is used when the WireBox injector is created

Class Attributes:
  • synchronized : false
  •  
  • accessors : false
  •  
  • persistent : false
  •  
    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, getMetadataCache, getParentInjector, getProperties, getProperty, getScanLocations, getScopeRegistration, getStopRecursions, inCacheBox, init, initArg, initWith, into, listener, loadDataDSL, logBoxConfig, map, mapAspect, mapDirectory, mapDSL, mapPath, mappingExists, mapScope, match, methodArg, mixins, noAutowire, noInit, notThreadSafe, onDIComplete, parent, parentInjector, processMappings, property, propertyExists, providerMethod, removeScanLocations, reset, scanLocations, scopeRegistration, setMapping, setMetadataCache, setProperties, setProperty, setter, stopRecursions, threadSafe, to, toDSL, toFactoryMethod, toJava, toProvider, toRSS, toValue, toWebservice, unMap, virtualInheritance, with, withInfluence
     
    Methods inherited from class lucee.Component
    None

    Method Detail

    configure

    public any configure()

    Configure WireBox, that's it!

    Overrides:
    configure in class Binder