|
ColdBox Platform Version 3.7.0 | ||||
FRAMES |
WEB-INF.cftags.componentcoldbox.system.ioc.AbstractIOCAdapter
coldbox.system.ioc.adapters.WireBoxAdapter
public class WireBoxAdapter
The ColdBox WireBox IOC factory adapter
Constructor Summary | |
---|---|
init([string definitionFile=''], [struct properties='[runtime expression]'], [any coldbox=''])
Constructor |
Method Summary | |
---|---|
boolean |
containsBean(string beanName)
Check if the bean factory contains a bean |
void |
createFactory()
Create the WireBox Factory |
any |
getBean(string beanName)
Get a Bean from the object factory |
any |
getParentFactory()
Get the parent factory |
void |
setParentFactory(any parent)
Set a parent factory on the adapted factory |
Methods inherited from class coldbox.system.ioc.AbstractIOCAdapter |
---|
getColdBox, getDefinitionFile, getFactory, getProperties, getUtil, invokeFactoryMethod
|
Methods inherited from class WEB-INF.cftags.component |
---|
|
Constructor Detail |
---|
public init([string definitionFile=''], [struct properties='[runtime expression]'], [any coldbox=''])
definitionFile
- The definition file to load a factory withproperties
- Properties to pass to the factory to createcoldbox
- A coldbox application that this instance of logbox can be linked to, not used if not using within a ColdBox Application.Method Detail |
---|
public boolean containsBean(string beanName)
containsBean
in class
AbstractIOCAdapter
beanName
- The bean name to retrieve from the object factorypublic void createFactory()
createFactory
in class
AbstractIOCAdapter
public any getBean(string beanName)
getBean
in class
AbstractIOCAdapter
beanName
- The bean name to retrieve from the object factorypublic any getParentFactory()
getParentFactory
in class
AbstractIOCAdapter
public void setParentFactory(any parent)
setParentFactory
in class
AbstractIOCAdapter
parent
- The parent factory to add
|
ColdBox Platform Version 3.7.0 | ||||
FRAMES |