Package | Description |
---|---|
org.springframework.boot.web.servlet |
Classes and utilities designed to work with the `javax.servlet` specification.
|
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.