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. All

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. var classLoader: ClassLoader
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def close(): Unit
    Definition Classes
    BeanFactoryLoaderContextLoader
  8. var environment: StandardEnvironment
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. var eventMulticaster: EventMulticaster
  12. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. 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
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  15. def getClassLoader(): ClassLoader
    Definition Classes
    DefaultResourceLoader → ResourceLoader
  16. def getResource(arg0: String): Resource
    Definition Classes
    DefaultResourceLoader → ResourceLoader
  17. def getResourceByPath(arg0: String): Resource
    Attributes
    protected[org.springframework.core.io]
    Definition Classes
    DefaultResourceLoader
  18. def getResources(locationPattern: String): Array[Resource]
    Definition Classes
    BeanFactoryLoader → ResourcePatternResolver
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  20. def initApplicationEventMulticaster(beanFactory: ConfigurableListableBeanFactory): Unit

    Initialize the ApplicationEventMulticaster.

    Initialize the ApplicationEventMulticaster.

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

Inherited from Logging

Inherited from ContextLoader

Inherited from ResourcePatternResolver

Inherited from DefaultResourceLoader

Inherited from ResourceLoader

Inherited from AnyRef

Inherited from Any

Ungrouped