|
ColdBox Platform Version 3.7.0 | ||||
FRAMES |
WEB-INF.cftags.componentcoldbox.system.ioc.Provider
public class Provider
A WireBox provider object that retrieves objects by using the provider pattern.
Constructor Summary | |
---|---|
init(any<struct> scopeRegistration, any<ScopeStorage> scopeStorage, [any name], [any dsl], any targetObject)
Constructor |
Method Summary | |
---|---|
any |
get()
Get the provided object |
any |
onMissingMethod(any missingMethodName, any missingMethodArguments)
Proxy calls to provided element |
Methods inherited from class WEB-INF.cftags.component |
---|
|
Constructor Detail |
---|
public init(any<struct> scopeRegistration, any<ScopeStorage> scopeStorage, [any name], [any dsl], any targetObject)
scopeRegistration
- The injector scope registration structurescopeStorage
- The scope storage utilityname
- The name of the mapping this provider is binded to, MUTEX with namedsl
- The DSL string this provider is binded to, MUTEX with nametargetObject
- The target object that requested the provider.Method Detail |
---|
public any get()
get
in interface
IProvider
public any onMissingMethod(any missingMethodName, any missingMethodArguments)
missingMethodName
- missing method namemissingMethodArguments
- missing method arguments
|
ColdBox Platform Version 3.7.0 | ||||
FRAMES |