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.context.embedded |
Support for embedded servlet containers.
|
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.DispatcherServletConfiguration.dispatcherServletRegistration() |
Constructor and Description |
---|
DelegatingFilterProxyRegistrationBean(String targetBeanName,
ServletRegistrationBean... servletRegistrationBeans)
Create a new
DelegatingFilterProxyRegistrationBean instance to be
registered with the specified ServletRegistrationBean s. |
FilterRegistrationBean(Filter filter,
ServletRegistrationBean... servletRegistrationBeans)
Create a new
FilterRegistrationBean instance to be registered with the
specified ServletRegistrationBean s. |
Copyright © 2015 Pivotal Software, Inc.. All rights reserved.