Package | Description |
---|---|
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 |
JerseyAutoConfiguration.jerseyServletRegistration() |
Modifier and Type | Method and Description |
---|---|
ServletRegistrationBean |
DispatcherServletAutoConfiguration.DispatcherServletConfiguration.dispatcherServletRegistration() |
Modifier and Type | Method and Description |
---|---|
Collection<ServletRegistrationBean> |
FilterRegistrationBean.getServletRegistrationBeans()
Return a mutable collection of the
ServletRegistrationBean that the filter
will be registered against. |
Modifier and Type | Method and Description |
---|---|
void |
FilterRegistrationBean.addServletRegistrationBeans(ServletRegistrationBean... servletRegistrationBeans)
Add
ServletRegistrationBean s for the filter. |
Modifier and Type | Method and Description |
---|---|
void |
FilterRegistrationBean.setServletRegistrationBeans(Collection<? extends ServletRegistrationBean> servletRegistrationBeans)
Set
ServletRegistrationBean s that the filter will be registered against. |
Constructor and Description |
---|
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.