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.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(org.springframework.web.servlet.DispatcherServlet dispatcherServlet) |
Modifier and Type | Method and Description |
---|---|
ServletRegistrationBean |
WebServicesAutoConfiguration.messageDispatcherServlet(org.springframework.context.ApplicationContext applicationContext) |
Constructor and Description |
---|
DelegatingFilterProxyRegistrationBean(String targetBeanName,
ServletRegistrationBean... servletRegistrationBeans)
Create a new
DelegatingFilterProxyRegistrationBean instance to be
registered with the specified ServletRegistrationBean s. |
FilterRegistrationBean(javax.servlet.Filter filter,
ServletRegistrationBean... servletRegistrationBeans)
Create a new
FilterRegistrationBean instance to be registered with the
specified ServletRegistrationBean s. |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.