|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ServletRegistrationBean | |
|---|---|
| org.springframework.boot.context.embedded | Support for embedded servlet containers. |
| Uses of ServletRegistrationBean in org.springframework.boot.context.embedded |
|---|
| Methods in org.springframework.boot.context.embedded that return types with arguments of type ServletRegistrationBean | |
|---|---|
Collection<ServletRegistrationBean> |
FilterRegistrationBean.getServletRegistrationBeans()
Return a mutable collection of the ServletRegistrationBean that the filter
will be registered against. |
| Methods in org.springframework.boot.context.embedded with parameters of type ServletRegistrationBean | |
|---|---|
void |
FilterRegistrationBean.addServletRegistrationBeans(ServletRegistrationBean... servletRegistrationBeans)
Add ServletRegistrationBeans for the filter. |
| Method parameters in org.springframework.boot.context.embedded with type arguments of type ServletRegistrationBean | |
|---|---|
void |
FilterRegistrationBean.setServletRegistrationBeans(Collection<? extends ServletRegistrationBean> servletRegistrationBeans)
Set ServletRegistrationBeans that the filter will be registered against. |
| Constructors in org.springframework.boot.context.embedded with parameters of type ServletRegistrationBean | |
|---|---|
FilterRegistrationBean(javax.servlet.Filter filter,
ServletRegistrationBean... servletRegistrationBeans)
Create a new FilterRegistrationBean instance to be registered with the
specified ServletRegistrationBeans. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||