SpringContainer
org.beangle.cdi.spring.context.SpringContainer
class SpringContainer extends BindModuleProcessor, Container, InitializingBean, BeanFactoryAware, EventListener[BeanFactoryEvent]
Spring based IOC Container
Attributes
- Since
-
3.1.0
- Graph
-
- Supertypes
-
trait EventListener[BeanFactoryEvent]trait EventListenertrait BeanFactoryAwaretrait Awaretrait InitializingBeantrait Containerclass BindModuleProcessortrait Loggingtrait BeanDefinitionRegistryPostProcessortrait BeanFactoryPostProcessorclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Move temporary hooks into myself
Move temporary hooks into myself
PS. for SpringContainer is a BeanDefinitionRegistryPostProcessor, so when context initializing, the bean is inited before others,so using spring native InitializingBean,not beangle's Initializing interface.
Attributes
- Definition Classes
-
InitializingBean
Attributes
- Definition Classes
-
Container
Attributes
- Definition Classes
-
Container
Attributes
- Definition Classes
-
Container
Attributes
- Definition Classes
-
Container
Attributes
- Definition Classes
-
Container
Attributes
- Definition Classes
-
Container
Attributes
- Definition Classes
-
Container
Attributes
- Definition Classes
-
Container
Handle an application event.
Handle an application event.
Attributes
Attributes
- Definition Classes
-
BeanFactoryAware
Determine whether this listener actually supports the given event type.
Determine whether this listener actually supports the given event type.
Attributes
Determine whether this listener actually supports the given source type.
Determine whether this listener actually supports the given source type.
Attributes
Inherited methods
Automate register and wire bean Reconfig beans
Automate register and wire bean Reconfig beans
Attributes
- Definition Classes
-
BindModuleProcessor -> BeanDefinitionRegistryPostProcessor
- Inherited from:
- BindModuleProcessor
Attributes
- Definition Classes
- Inherited from:
- BindModuleProcessor
Inherited fields
Attributes
- Inherited from:
- Logging
Attributes
- Inherited from:
- BindModuleProcessor
Attributes
- Inherited from:
- BindModuleProcessor
Attributes
- Inherited from:
- BindModuleProcessor
In this article