See: Description
Interface | Description |
---|---|
ConfigurableEmbeddedServletContainer |
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
EmbeddedServletContainer s. |
ServletContextInitializer |
Interface used to configure a Servlet 3.0+
context
programmatically. |
Class | Description |
---|---|
AbstractConfigurableEmbeddedServletContainer |
Abstract base class for
ConfigurableEmbeddedServletContainer implementations. |
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. |
Compression |
Simple container-independent abstraction for compression configuration.
|
DelegatingFilterProxyRegistrationBean |
A
ServletContextInitializer to register DelegatingFilterProxy s in a
Servlet 3.0+ container. |
EmbeddedServletContainerCustomizerBeanPostProcessor |
BeanPostProcessor that apply all EmbeddedServletContainerCustomizer s
from the bean factory to ConfigurableEmbeddedServletContainer beans. |
EmbeddedServletContainerInitializedEvent |
Event to be published after the context is refreshed and the
EmbeddedServletContainer is ready. |
EmbeddedWebApplicationContext |
A
WebApplicationContext that can be used to bootstrap itself from a contained
EmbeddedServletContainerFactory bean. |
EmbeddedWebApplicationContext.ExistingWebApplicationScopes |
Utility class to store and restore any user defined scopes.
|
ErrorPage |
Simple container-independent abstraction for servlet error pages.
|
FilterRegistrationBean |
A
ServletContextInitializer to register Filter s in a Servlet 3.0+
container. |
InitParameterConfiguringServletContextInitializer |
A
ServletContextInitializer that configures init parameters on the
ServletContext . |
JspServlet |
Configuration for the container's JSP servlet.
|
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 EventListener s in a Servlet
3.0+ container. |
ServletRegistrationBean |
A
ServletContextInitializer to register Servlet s in a Servlet 3.0+
container. |
Ssl |
Simple container-independent abstraction for SSL configuration.
|
WebApplicationContextServletContextAwareProcessor |
Variant of
ServletContextAwareProcessor for use with a
ConfigurableWebApplicationContext . |
XmlEmbeddedWebApplicationContext |
EmbeddedWebApplicationContext which takes its configuration from XML documents,
understood by an XmlBeanDefinitionReader . |
Enum | Description |
---|---|
Ssl.ClientAuth |
Client authentication types.
|
Exception | Description |
---|---|
EmbeddedServletContainerException |
Exceptions thrown by an embedded servlet container.
|
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.