Package org.springframework.boot.context.embedded

Support for embedded servlet containers.

See:
          Description

Interface Summary
ConfigurableEmbeddedServletContainerFactory Simple interface that represents customizations to an EmbeddedServletContainerFactory.
EmbeddedServletContainer Simple interface that represents a fully configured embedded servlet container (for example Tomcat or Jetty).
EmbeddedServletContainerCustomizer Strategy interface for customizing auto-configured embedded servlet containers.
EmbeddedServletContainerFactory Factory interface that can be used to create EmbeddedServletContainers.
ServletContextInitializer Interface used to configure a Servlet 3.0+ context programmatically.
 

Class Summary
AbstractEmbeddedServletContainerFactory Abstract base class for EmbeddedServletContainerFactory implementations.
AnnotationConfigEmbeddedWebApplicationContext EmbeddedWebApplicationContext that accepts annotated classes as input - in particular @Configuration-annotated classes, but also plain @Component classes and JSR-330 compliant classes using javax.inject annotations.
EmbeddedServletContainerCustomizerBeanPostProcessor BeanPostProcessor that apply all EmbeddedServletContainerCustomizers from the bean factory to ConfigurableEmbeddedServletContainerFactory beans.
EmbeddedWebApplicationContext A WebApplicationContext that can be used to bootstrap itself from a contained EmbeddedServletContainerFactory bean.
ErrorPage Simple container-independent abstraction for servlet error pages.
FilterRegistrationBean A ServletContextInitializer to register Filters in a Servlet 3.0+ container.
MimeMappings Simple container-independent abstraction for servlet mime mappings.
MimeMappings.Mapping A single mime mapping.
MultiPartConfigFactory Factory that can be used to create a MultipartConfigElement.
RegistrationBean Base class for Servlet 3.0+ based registration beans.
ServletListenerRegistrationBean<T extends EventListener> A ServletContextInitializer to register EventListeners in a Servlet 3.0+ container.
ServletRegistrationBean A ServletContextInitializer to register Servlets in a Servlet 3.0+ container.
WebApplicationContextServletContextAwareProcessor Variant of ServletContextAwareProcessor for use with a ConfigurableWebApplicationContext.
XmlEmbeddedWebApplicationContext EmbeddedWebApplicationContext which takes its configuration from XML documents, understood by an XmlBeanDefinitionReader.
 

Exception Summary
EmbeddedServletContainerException Exceptions thrown by an embedded servlet container.
 

Package org.springframework.boot.context.embedded Description

Support for embedded servlet containers.

See Also:
EmbeddedServletContainerFactory, EmbeddedWebApplicationContext


Copyright © 2013. All Rights Reserved.