|
ColdBox Platform Version 2.6.4 | ||||
| FRAMES | |||||
WEB-INF.cftags.component
coldbox.system.ioc.AbstractIOCAdapter
public class AbstractIOCAdapter
The ColdBox base IOC factory adapter in usage by the ioc plugin
| 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 factory |
any |
getBean(string beanName)
Get a Bean from the object factory |
private IOC |
getIOCPlugin()
Get IOCPlugin |
any |
getbeanFactory()
Get the bean factory |
private Controller |
getcontroller()
Get the ColdBox controller |
any |
invokeFactoryMethod(string method, [struct args='[runtime expression]'])
Invoke a factory method in 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 factoryprivate IOC getIOCPlugin()
public any getbeanFactory()
private Controller getcontroller()
public any invokeFactoryMethod(string method, [struct args='[runtime expression]'])
method - The method to invokeargs - The arguments to pass into the method
|
ColdBox Platform Version 2.6.4 | ||||
| FRAMES | |||||