Class

org.beangle.cdi.spring.context

BeanFactoryLoader

Related Doc: package context

Permalink

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()

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. var classLoader: ClassLoader

    Permalink
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def close(): Unit

    Permalink
    Definition Classes
    BeanFactoryLoaderContextLoader
  8. var environment: StandardEnvironment

    Permalink
  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  11. var eventMulticaster: EventMulticaster

    Permalink
  12. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. def finishBeanFactoryInitialization(beanFactory: ConfigurableListableBeanFactory): Unit

    Permalink

    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[_]

    Permalink
    Definition Classes
    AnyRef → Any
  15. def getClassLoader(): ClassLoader

    Permalink
    Definition Classes
    DefaultResourceLoader → ResourceLoader
  16. def getResource(arg0: String): Resource

    Permalink
    Definition Classes
    DefaultResourceLoader → ResourceLoader
  17. def getResourceByPath(arg0: String): Resource

    Permalink
    Attributes
    protected[org.springframework.core.io]
    Definition Classes
    DefaultResourceLoader
  18. def getResources(locationPattern: String): Array[Resource]

    Permalink
    Definition Classes
    BeanFactoryLoader → ResourcePatternResolver
  19. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  20. def initApplicationEventMulticaster(beanFactory: ConfigurableListableBeanFactory): Unit

    Permalink

    Initialize the ApplicationEventMulticaster.

    Initialize the ApplicationEventMulticaster.

    Attributes
    protected
  21. def invokeBeanFactoryPostProcessors(beanFactory: DefaultListableBeanFactory): Unit

    Permalink

    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

    Permalink
    Definition Classes
    Any
  23. def load(id: String, contextClassName: String, configLocation: String, parent: BeanFactory): BeanFactory

    Permalink
    Definition Classes
    BeanFactoryLoaderContextLoader
  24. def loadBeanDefinitions(beanFactory: DefaultListableBeanFactory, configLocation: String): Unit

    Permalink
    Attributes
    protected
  25. val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  26. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  27. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  28. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  29. def prepareBeanFactory(beanFactory: ConfigurableListableBeanFactory): Unit

    Permalink

    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

    Permalink
    Attributes
    protected
  31. var resourcePatternResolver: ResourcePatternResolver

    Permalink
  32. var result: BeanFactory

    Permalink
  33. def setClassLoader(arg0: ClassLoader): Unit

    Permalink
    Definition Classes
    DefaultResourceLoader
  34. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  35. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  36. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long): Unit

    Permalink
    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