coldbox.system.ioc

interface summary
IInjector An interface that enables any CFC to act like a parent injector within WireBox
IProvider The WireBox Provider Interface that follows the provider pattern
class summary
Builder The WireBox builder for components, java, etc
Injector A WireBox Injector: Builds the graphs of objects that make up your application
Provider A WireBox provider object that retrieves objects by using the provider pattern
Scopes A lookup static CFC that gives you the scopes that WireBox uses by default
Types A lookup static CFC that gives you the instantiation types that WireBox can talk to