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(DispatcherServlet dispatcherServlet) |
Modifier and Type | Method and Description |
---|---|
ServletRegistrationBean |
WebServicesAutoConfiguration.messageDispatcherServlet(ApplicationContext applicationContext) |
Modifier and Type | Method and Description |
---|---|
Collection<ServletRegistrationBean> |
AbstractFilterRegistrationBean.getServletRegistrationBeans()
Return a mutable collection of the
ServletRegistrationBean that the filter
will be registered against. |
Modifier and Type | Method and Description |
---|---|
void |
AbstractFilterRegistrationBean.addServletRegistrationBeans(ServletRegistrationBean... servletRegistrationBeans)
Add
ServletRegistrationBean s for the filter. |
Modifier and Type | Method and Description |
---|---|
void |
AbstractFilterRegistrationBean.setServletRegistrationBeans(Collection<? extends ServletRegistrationBean> servletRegistrationBeans)
Set
ServletRegistrationBean s that the filter will be registered against. |
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 © 2019 Pivotal Software, Inc.. All rights reserved.