| Package | Description |
|---|---|
| org.springframework.boot.actuate.autoconfigure.web.servlet |
Actuator Spring MVC support.
|
| org.springframework.boot.autoconfigure.web.servlet |
Auto-configuration for servlet web servers and Spring MVC.
|
| org.springframework.boot.web.servlet.filter |
Spring Boot specific
Filter implementations. |
| Class and Description |
|---|
ApplicationContextHeaderFilter
OncePerRequestFilter to add an X-Application-Context header that
contains the ApplicationContext ID. |
| Class and Description |
|---|
OrderedFormContentFilter
FormContentFilter that also implements Ordered. |
OrderedHiddenHttpMethodFilter
HiddenHttpMethodFilter that also implements Ordered. |
| Class and Description |
|---|
| OrderedFilter |