| Package | Description | 
|---|---|
| org.springframework.boot.web.servlet | Classes and utilities designed to work with the `javax.servlet` specification. | 
| Modifier and Type | Method and Description | 
|---|---|
| Collection<ServletRegistrationBean<?>> | AbstractFilterRegistrationBean. getServletRegistrationBeans()Return a mutable collection of the  ServletRegistrationBeanthat the filter
 will be registered against. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | AbstractFilterRegistrationBean. addServletRegistrationBeans(ServletRegistrationBean<?>... servletRegistrationBeans)Add  ServletRegistrationBeans for the filter. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | AbstractFilterRegistrationBean. setServletRegistrationBeans(Collection<? extends ServletRegistrationBean<?>> servletRegistrationBeans)Set  ServletRegistrationBeans that the filter will be registered against. | 
| Constructor and Description | 
|---|
| DelegatingFilterProxyRegistrationBean(String targetBeanName,
                                     ServletRegistrationBean<?>... servletRegistrationBeans)Create a new  DelegatingFilterProxyRegistrationBeaninstance to be
 registered with the specifiedServletRegistrationBeans. | 
| FilterRegistrationBean(T filter,
                      ServletRegistrationBean<?>... servletRegistrationBeans)Create a new  FilterRegistrationBeaninstance to be registered with the
 specifiedServletRegistrationBeans. | 
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.