this
scope:this.TYPES
: A reference to wirebox.system.ioc.Types
used to declare what type of object you are registering for construction or wiringthis.SCOPES
: A reference to wirebox.system.ioc.Scopes
used to declare in what life cycle scope the object will be stored underCFC
: Construction of a CFCJAVA
: Construction of a Java classWEBSERVICE
: Construction of a webservice objectRSS
: Construction of an RSS feedDSL
: Construction by DSL stringCONSTANT
: A constant valueFACTORY
: Construction by factory methodNOSCOPE
: Transient objectsPROTOTYPE
: Transient objectsSINGLETON
: Objects constructed only once and stored in the injectorSESSION
: ColdFusion session scoped based objectsAPPLICATION
: ColdFusion application scope based objectsREQUEST
: ColdFusion request scope based objectsSERVER
: ColdFusion server scope based objectsCACHEBOX
: CacheBox scoped objects