- Summary: 
- Nested | 
- Field | 
- Constr | 
- Method
- Detail: 
- Field | 
- Constr | 
- Method
 
 
- 
- All Superinterfaces:
- org.springframework.context.ApplicationContext, org.springframework.context.ApplicationEventPublisher, AutoCloseable, org.springframework.beans.factory.BeanFactory, Closeable, org.springframework.context.ConfigurableApplicationContext, org.springframework.core.env.EnvironmentCapable, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.Lifecycle, org.springframework.beans.factory.ListableBeanFactory, org.springframework.context.MessageSource, ReactiveWebApplicationContext, org.springframework.core.io.ResourceLoader, org.springframework.core.io.support.ResourcePatternResolver
 
- All Known Implementing Classes:
- AnnotationConfigReactiveWebApplicationContext, AnnotationConfigReactiveWebServerApplicationContext, GenericReactiveWebApplicationContext, ReactiveWebServerApplicationContext
 
 
 public interface ConfigurableReactiveWebApplicationContext
extends org.springframework.context.ConfigurableApplicationContext, ReactiveWebApplicationContext Interface to provide configuration for a reactive web application. 
- Since:
- 2.0.0
- Author:
- Stephane Nicoll
 
 
- 
- 
Field Summary
- 
Fields inherited from interface org.springframework.context.ConfigurableApplicationContextCONFIG_LOCATION_DELIMITERS, CONVERSION_SERVICE_BEAN_NAME, ENVIRONMENT_BEAN_NAME, LOAD_TIME_WEAVER_BEAN_NAME, SYSTEM_ENVIRONMENT_BEAN_NAME, SYSTEM_PROPERTIES_BEAN_NAME
 
- 
Fields inherited from interface org.springframework.beans.factory.BeanFactoryFACTORY_BEAN_PREFIX
 
- 
Fields inherited from interface org.springframework.core.io.support.ResourcePatternResolverCLASSPATH_ALL_URL_PREFIX
 
- 
Fields inherited from interface org.springframework.core.io.ResourceLoaderCLASSPATH_URL_PREFIX
 
 
- 
Method Summary
- 
Methods inherited from interface org.springframework.context.ConfigurableApplicationContextaddApplicationListener, addBeanFactoryPostProcessor, addProtocolResolver, close, getBeanFactory, getEnvironment, isActive, refresh, registerShutdownHook, setEnvironment, setId, setParent
 
- 
Methods inherited from interface org.springframework.context.LifecycleisRunning, start, stop
 
- 
Methods inherited from interface org.springframework.context.ApplicationContextgetApplicationName, getAutowireCapableBeanFactory, getDisplayName, getId, getParent, getStartupDate
 
- 
Methods inherited from interface org.springframework.beans.factory.ListableBeanFactorycontainsBeanDefinition, findAnnotationOnBean, getBeanDefinitionCount, getBeanDefinitionNames, getBeanNamesForAnnotation, getBeanNamesForType, getBeanNamesForType, getBeanNamesForType, getBeansOfType, getBeansOfType, getBeansWithAnnotation
 
- 
Methods inherited from interface org.springframework.beans.factory.HierarchicalBeanFactorycontainsLocalBean, getParentBeanFactory
 
- 
Methods inherited from interface org.springframework.beans.factory.BeanFactorycontainsBean, getAliases, getBean, getBean, getBean, getBean, getBean, getBeanProvider, getBeanProvider, getType, isPrototype, isSingleton, isTypeMatch, isTypeMatch
 
- 
Methods inherited from interface org.springframework.context.MessageSourcegetMessage, getMessage, getMessage
 
- 
Methods inherited from interface org.springframework.context.ApplicationEventPublisherpublishEvent, publishEvent
 
- 
Methods inherited from interface org.springframework.core.io.support.ResourcePatternResolvergetResources
 
- 
Methods inherited from interface org.springframework.core.io.ResourceLoadergetClassLoader, getResource
 
 
 
 
- Summary: 
- Nested | 
- Field | 
- Constr | 
- Method
- Detail: 
- Field | 
- Constr | 
- Method
 
 
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.