ColdBox Platform Version 2.6.4

coldbox.system.ioc.adapters
Class ColdSpringAdapter

WEB-INF.cftags.component
        extended by coldbox.system.ioc.adapters.ColdSpringAdapter

public class ColdSpringAdapter
extends WEB-INF.cftags.component

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

init

public init(Controller controller, IOC IOCPlugin)
Constructor

Parameters:
controller - The ColdBox controller
IOCPlugin - The IOC plugin object
Method Detail

containsBean

public boolean containsBean(string beanName)
Check if the bean factory contains a bean

Parameters:
beanName - The bean name to retrieve from the object factory

createFactory

public void createFactory()
Create the ColdSpring Factory


getBean

public any getBean(string beanName)
Get a Bean from the object factory

Parameters:
beanName - The bean name to retrieve from the object factory

getbeanFactory

public any getbeanFactory()
Get the bean factory


ColdBox Platform Version 2.6.4