class BeanFactoryLoader extends DefaultResourceLoader with ResourcePatternResolver with ContextLoader with Logging
Simple BeanFactory loader
- Alphabetic
- By Inheritance
- BeanFactoryLoader
- Logging
- ContextLoader
- ResourcePatternResolver
- DefaultResourceLoader
- ResourceLoader
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new BeanFactoryLoader()
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def addProtocolResolver(arg0: ProtocolResolver): Unit
- Definition Classes
- DefaultResourceLoader
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- var classLoader: ClassLoader
- def clearResourceCaches(): Unit
- Definition Classes
- DefaultResourceLoader
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def close(): Unit
- Definition Classes
- BeanFactoryLoader → ContextLoader
- var environment: StandardEnvironment
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- var eventMulticaster: EventMulticaster
- def finishBeanFactoryInitialization(beanFactory: ConfigurableListableBeanFactory): Unit
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.
- Attributes
- protected
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def getClassLoader(): ClassLoader
- Definition Classes
- DefaultResourceLoader → ResourceLoader
- Annotations
- @Nullable()
- def getProtocolResolvers(): Collection[ProtocolResolver]
- Definition Classes
- DefaultResourceLoader
- def getResource(arg0: String): Resource
- Definition Classes
- DefaultResourceLoader → ResourceLoader
- def getResourceByPath(arg0: String): Resource
- Attributes
- protected[io]
- Definition Classes
- DefaultResourceLoader
- def getResourceCache[T <: AnyRef](arg0: Class[T]): Map[Resource, T]
- Definition Classes
- DefaultResourceLoader
- def getResources(locationPattern: String): Array[Resource]
- Definition Classes
- BeanFactoryLoader → ResourcePatternResolver
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def initApplicationEventMulticaster(beanFactory: ConfigurableListableBeanFactory): Unit
Initialize the ApplicationEventMulticaster.
Initialize the ApplicationEventMulticaster.
- Attributes
- protected
- def invokeBeanFactoryPostProcessors(beanFactory: DefaultListableBeanFactory): Unit
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.
- Attributes
- protected
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def load(id: String, contextClassName: String, configLocation: String, parent: BeanFactory): BeanFactory
- Definition Classes
- BeanFactoryLoader → ContextLoader
- def loadBeanDefinitions(beanFactory: DefaultListableBeanFactory, configLocation: String): Unit
- Attributes
- protected
- val logger: Logger
- Attributes
- protected
- Definition Classes
- Logging
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def prepareBeanFactory(beanFactory: ConfigurableListableBeanFactory): Unit
Configure the factory's standard context characteristics, such as the context's ClassLoader and post-processors.
Configure the factory's standard context characteristics, such as the context's ClassLoader and post-processors.
- beanFactory
the BeanFactory to configure
- Attributes
- protected
- def refresh(beanFactory: DefaultListableBeanFactory): Unit
- Attributes
- protected
- var resourcePatternResolver: ResourcePatternResolver
- var result: BeanFactory
- def setClassLoader(arg0: ClassLoader): Unit
- Definition Classes
- DefaultResourceLoader
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated