Package org.springframework.boot.web.servlet.filter
package org.springframework.boot.web.servlet.filter
Spring Boot specific
Filter
implementations.-
ClassDescription
OncePerRequestFilter
to add an X-Application-Context header that contains theApplicationContext ID
.CharacterEncodingFilter
that also implementsOrdered
.FormContentFilter
that also implementsOrdered
.HiddenHttpMethodFilter
that also implementsOrdered
.RequestContextFilter
that also implementsOrdered
.