BeanFactoryLoader
class BeanFactoryLoader extends DefaultResourceLoader with ResourcePatternResolver with ContextLoader with Logging
Simple BeanFactory loader
trait Logging
trait ContextLoader
trait ResourcePatternResolver
class DefaultResourceLoader
trait ResourceLoader
class Object
trait Matchable
class Any
Value members
Concrete methods
protected
Finish the initialization of this context's bean factory, initializing all remaining singleton beans.
Finish the initialization of this context's bean factory, initializing all remaining singleton beans.
protected
Instantiate and invoke all registered BeanFactoryPostProcessor beans, respecting explicit order if given.
Instantiate and invoke all registered BeanFactoryPostProcessor beans, respecting explicit order if given.
Must be called before singleton instantiation.
override
def load(id: String, contextClassName: String, configLocation: String, parent: BeanFactory): BeanFactory
- Definition Classes