Packages

c

org.beangle.cdi.spring.context

BeanFactoryLoader

class BeanFactoryLoader extends DefaultResourceLoader with ResourcePatternResolver with ContextLoader with Logging

Simple BeanFactory loader

Linear Supertypes
Logging, ContextLoader, ResourcePatternResolver, DefaultResourceLoader, ResourceLoader, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BeanFactoryLoader
  2. Logging
  3. ContextLoader
  4. ResourcePatternResolver
  5. DefaultResourceLoader
  6. ResourceLoader
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new BeanFactoryLoader()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addProtocolResolver(arg0: ProtocolResolver): Unit
    Definition Classes
    DefaultResourceLoader
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. var classLoader: ClassLoader
  7. def clearResourceCaches(): Unit
    Definition Classes
    DefaultResourceLoader
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  9. def close(): Unit
    Definition Classes
    BeanFactoryLoaderContextLoader
  10. var environment: StandardEnvironment
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  13. var eventMulticaster: EventMulticaster
  14. 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
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. def getClassLoader(): ClassLoader
    Definition Classes
    DefaultResourceLoader → ResourceLoader
    Annotations
    @Nullable()
  17. def getProtocolResolvers(): Collection[ProtocolResolver]
    Definition Classes
    DefaultResourceLoader
  18. def getResource(arg0: String): Resource
    Definition Classes
    DefaultResourceLoader → ResourceLoader
  19. def getResourceByPath(arg0: String): Resource
    Attributes
    protected[io]
    Definition Classes
    DefaultResourceLoader
  20. def getResourceCache[T <: AnyRef](arg0: Class[T]): Map[Resource, T]
    Definition Classes
    DefaultResourceLoader
  21. def getResources(locationPattern: String): Array[Resource]
    Definition Classes
    BeanFactoryLoader → ResourcePatternResolver
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. def initApplicationEventMulticaster(beanFactory: ConfigurableListableBeanFactory): Unit

    Initialize the ApplicationEventMulticaster.

    Initialize the ApplicationEventMulticaster.

    Attributes
    protected
  24. 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
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. def load(id: String, contextClassName: String, configLocation: String, parent: BeanFactory): BeanFactory
    Definition Classes
    BeanFactoryLoaderContextLoader
  27. def loadBeanDefinitions(beanFactory: DefaultListableBeanFactory, configLocation: String): Unit
    Attributes
    protected
  28. val logger: Logger
    Attributes
    protected
    Definition Classes
    Logging
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  32. 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
  33. def refresh(beanFactory: DefaultListableBeanFactory): Unit
    Attributes
    protected
  34. var resourcePatternResolver: ResourcePatternResolver
  35. var result: BeanFactory
  36. def setClassLoader(arg0: ClassLoader): Unit
    Definition Classes
    DefaultResourceLoader
  37. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  38. def toString(): String
    Definition Classes
    AnyRef → Any
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from Logging

Inherited from ContextLoader

Inherited from ResourcePatternResolver

Inherited from DefaultResourceLoader

Inherited from ResourceLoader

Inherited from AnyRef

Inherited from Any

Ungrouped