wirebox.system.ioc.config

Class DefaultBinder

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

The default WireBox Injector configuration object

Class Attributes:
  • output : false
  •  
  • synchronized : false
  •  
  • accessors : false
  •  
  • persistent : false
  •  
    Method Summary
    any configure()
         Configure WireBox, that's it!.
     
    Methods inherited from class wirebox.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, withInfluence
     
    Methods inherited from class lucee.Component
    None

    Method Detail

    configure

    public any configure()

    Configure WireBox, that's it!

    Overrides:
    configure in class Binder