Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.boot.context Classes and Interfaces - 76 results found.
NameDescriptionTypePackageFramework
AbstractConfigurableEmbeddedServletContainerAbstract base class for ConfigurableEmbeddedServletContainer implementations.Classorg.springframework.boot.context.embeddedSpring Boot
AbstractEmbeddedServletContainerFactoryAbstract base class for EmbeddedServletContainerFactory implementations.Classorg.springframework.boot.context.embeddedSpring Boot
AnnotationConfigEmbeddedWebApplicationContextEmbeddedWebApplicationContext that accepts annotated classes as input - inparticular @ConfigurationClassorg.springframework.boot.context.embeddedSpring Boot
AnsiOutputApplicationListenerAn ApplicationListener that configures AnsiOutput depending on thevalue of the property spring.Classorg.springframework.boot.context.configSpring Boot
ApplicationEnvironmentPreparedEventEvent published when a SpringApplication is starting up and theEnvironment is first available for inspection and modification.Classorg.springframework.boot.context.eventSpring Boot
ApplicationFailedEventEvent published by a SpringApplication when it fails to start.Classorg.springframework.boot.context.eventSpring Boot
ApplicationPreparedEventEvent published as when a SpringApplication is starting up and theApplicationContext is fully prepared but not refreshed.Classorg.springframework.boot.context.eventSpring Boot
ApplicationReadyEventEvent published as late as conceivably possible to indicate that the application isready to service requests.Classorg.springframework.boot.context.eventSpring Boot
ApplicationStartedEventEvent published as early as conceivably possible as soon as a SpringApplicationhas been started - before the Environment or ApplicationContext isClassorg.springframework.boot.context.eventSpring Boot
CompressionSimple container-independent abstraction for compression configuration.Classorg.springframework.boot.context.embeddedSpring Boot
ConfigFileApplicationListenerEnvironmentPostProcessor that configures the context environment by loadingproperties from well known file locations.Classorg.springframework.boot.context.configSpring Boot
ConfigurableEmbeddedServletContainerSimple interface that represents customizations to anEmbeddedServletContainerFactory.Interfaceorg.springframework.boot.context.embeddedSpring Boot
ConfigurationBeanFactoryMetaDataUtility class to memorize @Bean definition meta data during initialization ofSince:1.Classorg.springframework.boot.context.propertiesSpring Boot
ConfigurationPropertiesAnnotation for externalized configuration.Classorg.springframework.boot.context.propertiesSpring Boot
ConfigurationPropertiesBindingPostProcessorBeanPostProcessor to bind PropertySources to beans annotated withConfigurationProperties.Classorg.springframework.boot.context.propertiesSpring Boot
ConfigurationPropertiesBindingPostProcessorRegistrarImportBeanDefinitionRegistrar for binding externalized application propertiesto ConfigurationProperties beans.Classorg.springframework.boot.context.propertiesSpring Boot
ConfigurationWarningsApplicationContextInitializerApplicationContextInitializer to report warnings for common misconfigurationSince:1.Classorg.springframework.boot.contextSpring Boot
ConfigurationWarningsApplicationContextInitializer .CheckA single check that can be applied.Interfaceorg.springframework.boot.context.ConfigurationWarningsApplicationContextInitializerSpring Boot
ConfigurationWarningsApplicationContextInitializer .ComponentScanPackageCheckConfigurationWarningsApplicationContextInitializer.Classorg.springframework.boot.context.ConfigurationWarningsApplicationContextInitializerSpring Boot
ConfigurationWarningsApplicationContextInitializer .ConfigurationWarningsPostProcessorBeanDefinitionRegistryPostProcessor to report warnings.Classorg.springframework.boot.context.ConfigurationWarningsApplicationContextInitializerSpring Boot
ContextIdApplicationContextInitializerApplicationContextInitializer that set the SpringApplicationContext ID.Classorg.springframework.boot.contextSpring Boot
DelegatingApplicationContextInitializerApplicationContextInitializer that delegates to other initializers that arespecified under a context.Classorg.springframework.boot.context.configSpring Boot
DelegatingApplicationListenerApplicationListener that delegates to other listeners that are specified undera context.Classorg.springframework.boot.context.configSpring Boot
DelegatingFilterProxyRegistrationBeanA ServletContextInitializer to register DelegatingFilterProxys in aServlet 3.Classorg.springframework.boot.context.embeddedSpring Boot
DeprecatedConfigurationPropertyIndicates that a getter in a ConfigurationProperties object is deprecated.Classorg.springframework.boot.context.propertiesSpring Boot
EmbeddedServletContainerSimple interface that represents a fully configured embedded servlet container (forexample Tomcat or Jetty).Interfaceorg.springframework.boot.context.embeddedSpring Boot
EmbeddedServletContainerCustomizerStrategy interface for customizing auto-configured embedded servlet containers.Interfaceorg.springframework.boot.context.embeddedSpring Boot
EmbeddedServletContainerCustomizerBeanPostProcessorBeanPostProcessor that apply all EmbeddedServletContainerCustomizersfrom the bean factory to ConfigurableEmbeddedServletContainer beans.Classorg.springframework.boot.context.embeddedSpring Boot
EmbeddedServletContainerExceptionExceptions thrown by an embedded servlet container.Classorg.springframework.boot.context.embeddedSpring Boot
EmbeddedServletContainerFactoryFactory interface that can be used to create EmbeddedServletContainers.Interfaceorg.springframework.boot.context.embeddedSpring Boot
EmbeddedServletContainerInitializedEventEvent to be published after the context is refreshed and theEmbeddedServletContainer is ready.Classorg.springframework.boot.context.embeddedSpring Boot
EmbeddedWebApplicationContextA WebApplicationContext that can be used to bootstrap itself from a containedEmbeddedServletContainerFactory bean.Classorg.springframework.boot.context.embeddedSpring Boot
EmbeddedWebApplicationContext .ExistingWebApplicationScopesUtility class to store and restore any user defined scopes.Classorg.springframework.boot.context.embedded.EmbeddedWebApplicationContextSpring Boot
EnableConfigurationPropertiesEnable support for ConfigurationProperties annotated beans.Classorg.springframework.boot.context.propertiesSpring Boot
ErrorPageSimple container-independent abstraction for servlet error pages.Classorg.springframework.boot.context.embeddedSpring Boot
ErrorPageFilterA special AbstractConfigurableEmbeddedServletContainer for non-embeddedapplications (i.Classorg.springframework.boot.context.webSpring Boot
EventPublishingRunListenerSpringApplicationRunListener to publish SpringApplicationEvents.Classorg.springframework.boot.context.eventSpring Boot
FileEncodingApplicationListenerAn ApplicationListener that halts application startup if the system fileencoding does not match an expected value set in the environment.Classorg.springframework.boot.contextSpring Boot
FileSessionPersistenceSessionPersistenceManager that stores session information in a file.Classorg.springframework.boot.context.embedded.undertowSpring Boot
FilterRegistrationBeanA ServletContextInitializer to register Filters in a Servlet 3.Classorg.springframework.boot.context.embeddedSpring Boot
InitParameterConfiguringServletContextInitializerA ServletContextInitializer that configures init parameters on theSince:1.Classorg.springframework.boot.context.embeddedSpring Boot
JettyEmbeddedServletContainerEmbeddedServletContainer that can be used to control an embedded Jetty server.Classorg.springframework.boot.context.embedded.jettySpring Boot
JettyEmbeddedServletContainerFactoryEmbeddedServletContainerFactory that can be used to createJettyEmbeddedServletContainers.Classorg.springframework.boot.context.embedded.jettySpring Boot
JettyServerCustomizerCallback interface that can be used to customize a Jetty Server.Interfaceorg.springframework.boot.context.embedded.jettySpring Boot
JspServletConfiguration for the container's JSP servlet.Classorg.springframework.boot.context.embeddedSpring Boot
MimeMappingsSimple container-independent abstraction for servlet mime mappings.Classorg.springframework.boot.context.embeddedSpring Boot
MimeMappings .MappingA single mime mapping.Classorg.springframework.boot.context.embedded.MimeMappingsSpring Boot
MultipartConfigFactoryFactory that can be used to create a MultipartConfigElement.Classorg.springframework.boot.context.embeddedSpring Boot
NestedConfigurationPropertyIndicates that a field in a ConfigurationProperties object should be treated asif it were a nested type.Classorg.springframework.boot.context.propertiesSpring Boot
OrderedCharacterEncodingFilterCharacterEncodingFilter that also implements Ordered.Classorg.springframework.boot.context.webSpring Boot
OrderedHiddenHttpMethodFilterHiddenHttpMethodFilter that also implements Ordered.Classorg.springframework.boot.context.webSpring Boot
OrderedHttpPutFormContentFilterHttpPutFormContentFilter that also implements Ordered.Classorg.springframework.boot.context.webSpring Boot
OrderedRequestContextFilterRequestContextFilter that also implements Ordered.Classorg.springframework.boot.context.webSpring Boot
RandomValuePropertySourcePropertySource that returns a random value for any property that starts withrandom.Classorg.springframework.boot.context.configSpring Boot
RegistrationBeanBase class for Servlet 3.Classorg.springframework.boot.context.embeddedSpring Boot
ServerPortInfoApplicationContextInitializerApplicationContextInitializer that sets Environment properties for theports that EmbeddedServletContainer servers are actually listening on.Classorg.springframework.boot.context.webSpring Boot
ServletContextApplicationContextInitializerApplicationContextInitializer for setting the servlet context.Classorg.springframework.boot.context.webSpring Boot
ServletContextInitializerInterface used to configure a Servlet 3.Interfaceorg.springframework.boot.context.embeddedSpring Boot
ServletContextInitializerConfigurationJetty Configuration that calls ServletContextInitializers.Classorg.springframework.boot.context.embedded.jettySpring Boot
ServletListenerRegistrationBeanA ServletContextInitializer to register EventListeners in a Servlet3.Classorg.springframework.boot.context.embeddedSpring Boot
ServletRegistrationBeanA ServletContextInitializer to register Servlets in a Servlet 3.Classorg.springframework.boot.context.embeddedSpring Boot
SpringApplicationEventBase class for ApplicationEvent related to a SpringApplication.Classorg.springframework.boot.context.eventSpring Boot
SpringBootServletInitializerAn opinionated WebApplicationInitializer to run a SpringApplicationfrom a traditional WAR deployment.Classorg.springframework.boot.context.webSpring Boot
SslSimple container-independent abstraction for SSL configuration.Classorg.springframework.boot.context.embeddedSpring Boot
Ssl .ClientAuthClient authentication types.Classorg.springframework.boot.context.embedded.SslSpring Boot
TomcatConnectorCustomizerCallback interface that can be used to customize a Tomcat Connector.Interfaceorg.springframework.boot.context.embedded.tomcatSpring Boot
TomcatContextCustomizerCallback interface that can be used to customize a Tomcat Context.Interfaceorg.springframework.boot.context.embedded.tomcatSpring Boot
TomcatEmbeddedServletContainerEmbeddedServletContainer that can be used to control an embedded Tomcat server.Classorg.springframework.boot.context.embedded.tomcatSpring Boot
TomcatEmbeddedServletContainerFactoryEmbeddedServletContainerFactory that can be used to createTomcatEmbeddedServletContainers.Classorg.springframework.boot.context.embedded.tomcatSpring Boot
TomcatEmbeddedWebappClassLoaderExtension of Tomcat's WebappClassLoader that does not consider thesystem classloader.Classorg.springframework.boot.context.embedded.tomcatSpring Boot
UndertowBuilderCustomizerCallback interface that can be used to customize an Undertow Undertow.Interfaceorg.springframework.boot.context.embedded.undertowSpring Boot
UndertowDeploymentInfoCustomizerCallback interface that can be used to customize an Undertow DeploymentInfo.Interfaceorg.springframework.boot.context.embedded.undertowSpring Boot
UndertowEmbeddedServletContainerEmbeddedServletContainer that can be used to control an embedded Undertowserver.Classorg.springframework.boot.context.embedded.undertowSpring Boot
UndertowEmbeddedServletContainerFactoryEmbeddedServletContainerFactory that can be used to createUndertowEmbeddedServletContainers.Classorg.springframework.boot.context.embedded.undertowSpring Boot
WebApplicationContextServletContextAwareProcessorVariant of ServletContextAwareProcessor for use with aConfigurableWebApplicationContext.Classorg.springframework.boot.context.embeddedSpring Boot
XmlEmbeddedWebApplicationContextEmbeddedWebApplicationContext which takes its configuration from XML documents,understood by an XmlBeanDefinitionReader.Classorg.springframework.boot.context.embeddedSpring Boot