| Package | Description |
|---|---|
| org.springframework.boot.autoconfigure.h2 | |
| org.springframework.boot.autoconfigure.jersey |
Auto-configuration for Jersey.
|
| org.springframework.boot.autoconfigure.web |
Auto-configuration for embedded servlet containers and Spring MVC.
|
| org.springframework.boot.autoconfigure.webservices |
Auto-configuration for Spring Web Services.
|
| org.springframework.boot.context.embedded |
Specialized
ApplicationContext that supports
embedded servlet containers. |
| org.springframework.boot.web.servlet |
Classes and utilities designed to work with the `javax.servlet` specification.
|
| Modifier and Type | Method and Description |
|---|---|
ServletRegistrationBean |
H2ConsoleAutoConfiguration.h2Console() |
| Modifier and Type | Method and Description |
|---|---|
ServletRegistrationBean |
JerseyAutoConfiguration.jerseyServletRegistration() |
| Modifier and Type | Method and Description |
|---|---|
ServletRegistrationBean |
DispatcherServletAutoConfiguration.DispatcherServletRegistrationConfiguration.dispatcherServletRegistration(DispatcherServlet dispatcherServlet) |
| Modifier and Type | Method and Description |
|---|---|
ServletRegistrationBean |
WebServicesAutoConfiguration.messageDispatcherServlet(ApplicationContext applicationContext) |
| Modifier and Type | Class and Description |
|---|---|
class |
ServletRegistrationBean
Deprecated.
as of 1.4 in favor of
ServletRegistrationBean |
| Constructor and Description |
|---|
DelegatingFilterProxyRegistrationBean(String targetBeanName,
ServletRegistrationBean... servletRegistrationBeans)
Deprecated.
|
| Constructor and Description |
|---|
DelegatingFilterProxyRegistrationBean(String targetBeanName,
ServletRegistrationBean... servletRegistrationBeans)
Create a new
DelegatingFilterProxyRegistrationBean instance to be
registered with the specified ServletRegistrationBeans. |
FilterRegistrationBean(Filter filter,
ServletRegistrationBean... servletRegistrationBeans)
Create a new
FilterRegistrationBean instance to be registered with the
specified ServletRegistrationBeans. |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.