|
ColdBox Platform Version 2.6.4 | ||||
| FRAMES | |||||
WEB-INF.cftags.component
coldbox.system.ioc.adapters.ColdSpringAdapter
public class ColdSpringAdapter
The ColdBox ColdSpring IOC factory adapter
| Constructor Summary | |
|---|---|
init(Controller controller, IOC IOCPlugin)
Constructor |
|
| Method Summary | |
|---|---|
boolean |
containsBean(string beanName)
Check if the bean factory contains a bean |
void |
createFactory()
Create the ColdSpring Factory |
any |
getBean(string beanName)
Get a Bean from the object factory |
any |
getbeanFactory()
Get the bean factory |
| Methods inherited from class WEB-INF.cftags.component |
|---|
|
| Constructor Detail |
|---|
public init(Controller controller, IOC IOCPlugin)
controller - The ColdBox controllerIOCPlugin - The IOC plugin object| Method Detail |
|---|
public boolean containsBean(string beanName)
beanName - The bean name to retrieve from the object factorypublic void createFactory()
public any getBean(string beanName)
beanName - The bean name to retrieve from the object factorypublic any getbeanFactory()
|
ColdBox Platform Version 2.6.4 | ||||
| FRAMES | |||||