Uses of Interface
org.springframework.web.filter.UrlHandlerFilter.Builder
Packages that use UrlHandlerFilter.Builder
Package
Description
Provides generic filter base classes allowing for bean-style configuration.
-
Uses of UrlHandlerFilter.Builder in org.springframework.web.filter
Methods in org.springframework.web.filter that return UrlHandlerFilter.BuilderModifier and TypeMethodDescriptionUrlHandlerFilter.Builder.TrailingSlashSpec.redirect
(HttpStatus status) Handle requests by sending a redirect to the same URL but the trailing slash trimmed.UrlHandlerFilter.Builder.TrailingSlashSpec.wrapRequest()
Handle the request by wrapping it in order to trim the trailing slash, and delegating to the rest of the filter chain.