coldbox.system.ioc.config

Class DefaultBinder

railo-context.Component
        extended by coldbox.system.ioc.config.Binder
            extended by coldbox.system.ioc.config.DefaultBinder
Class Attributes:
  • output : false
  •  
  • synchronized : false
  •  
  • accessors : false
  •  
  • persistent : false
  •  

    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, mapDirectory, mapDSL, mapPath, mappingExists, mapScope, 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 railo-context.Component
    None

    Method Detail

    configure

    public any configure()

    Configure WireBox, that's it!

    Overrides:
    configure in class Binder