Uses of Interface
org.springframework.web.filter.UrlHandlerFilter.Builder.TrailingSlashSpec
Packages that use UrlHandlerFilter.Builder.TrailingSlashSpec
Package
Description
Provides generic filter base classes allowing for bean-style configuration.
-
Uses of UrlHandlerFilter.Builder.TrailingSlashSpec in org.springframework.web.filter
Methods in org.springframework.web.filter that return UrlHandlerFilter.Builder.TrailingSlashSpecModifier and TypeMethodDescriptionUrlHandlerFilter.Builder.TrailingSlashSpec.intercept(Consumer<HttpServletRequest> consumer) Configure a request consumer to be called just before the handler is invoked when a URL with a trailing slash is matched.UrlHandlerFilter.Builder.trailingSlashHandler(String... pathPatterns) Add a handler for URL's with a trailing slash.UrlHandlerFilter.trailingSlashHandler(String... pathPatterns) Create a builder by adding a handler for URL's with a trailing slash.