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

    Initialize the ApplicationEventMulticaster.

    Initialize the ApplicationEventMulticaster.

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