Package io.micronaut.spring.context
Interface ManagedApplicationContext
-
- All Superinterfaces:
org.springframework.context.ApplicationContext,org.springframework.context.ApplicationEventPublisher,java.lang.AutoCloseable,org.springframework.beans.factory.BeanFactory,java.io.Closeable,org.springframework.core.env.EnvironmentCapable,org.springframework.beans.factory.HierarchicalBeanFactory,org.springframework.context.Lifecycle,org.springframework.beans.factory.ListableBeanFactory,org.springframework.context.MessageSource,org.springframework.core.io.ResourceLoader,org.springframework.core.io.support.ResourcePatternResolver
- All Known Implementing Classes:
MicronautApplicationContext
public interface ManagedApplicationContext extends org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.CloseableAn interface that is more limited in scope thanConfigurableApplicationContextand provides lifecycle management.- Since:
- 1.0
-
-
Method Summary
-
Methods inherited from interface org.springframework.context.ApplicationContext
getApplicationName, getAutowireCapableBeanFactory, getDisplayName, getId, getParent, getStartupDate
-
Methods inherited from interface org.springframework.context.ApplicationEventPublisher
publishEvent, publishEvent
-
Methods inherited from interface org.springframework.beans.factory.BeanFactory
containsBean, getAliases, getBean, getBean, getBean, getBean, getBean, getBeanProvider, getBeanProvider, getType, getType, isPrototype, isSingleton, isTypeMatch, isTypeMatch
-
Methods inherited from interface org.springframework.beans.factory.HierarchicalBeanFactory
containsLocalBean, getParentBeanFactory
-
Methods inherited from interface org.springframework.beans.factory.ListableBeanFactory
containsBeanDefinition, findAnnotationOnBean, findAnnotationOnBean, getBeanDefinitionCount, getBeanDefinitionNames, getBeanNamesForAnnotation, getBeanNamesForType, getBeanNamesForType, getBeanNamesForType, getBeanNamesForType, getBeanProvider, getBeanProvider, getBeansOfType, getBeansOfType, getBeansWithAnnotation
-
Methods inherited from interface org.springframework.context.MessageSource
getMessage, getMessage, getMessage
-
-