Uses of Interface
org.springframework.web.filter.reactive.UrlHandlerFilter.Builder.TrailingSlashSpec
Packages that use UrlHandlerFilter.Builder.TrailingSlashSpec
-
Uses of UrlHandlerFilter.Builder.TrailingSlashSpec in org.springframework.web.filter.reactive
Methods in org.springframework.web.filter.reactive that return UrlHandlerFilter.Builder.TrailingSlashSpecModifier and TypeMethodDescriptionUrlHandlerFilter.Builder.TrailingSlashSpec.intercept(Function<ServerHttpRequest, reactor.core.publisher.Mono<Void>> interceptor) Configure a request interceptor 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.