Uses of Interface
org.springframework.boot.webmvc.autoconfigure.DispatcherServletPath
Packages that use DispatcherServletPath
Package
Description
Auto-configuration for the Actuator's web endpoints.
Auto-configuration for actuator security using Spring MVC.
Auto-configuration for Servlet-based Spring Security.
Auto-configuration for Spring MVC tests.
Auto-configuration for Spring MVC.
Auto-configuration for Spring MVC error handling.
-
Uses of DispatcherServletPath in org.springframework.boot.actuate.autoconfigure.endpoint.web
Methods in org.springframework.boot.actuate.autoconfigure.endpoint.web with parameters of type DispatcherServletPathModifier and TypeMethodDescriptionServletEndpointManagementContextConfiguration.WebMvcServletEndpointManagementContextConfiguration.servletEndpointRegistrar
(WebEndpointProperties properties, ServletEndpointsSupplier servletEndpointsSupplier, DispatcherServletPath dispatcherServletPath, EndpointAccessResolver endpointAccessResolver) -
Uses of DispatcherServletPath in org.springframework.boot.actuate.autoconfigure.security.servlet
Methods in org.springframework.boot.actuate.autoconfigure.security.servlet with parameters of type DispatcherServletPathModifier and TypeMethodDescriptionSecurityRequestMatchersManagementContextConfiguration.MvcRequestMatcherConfiguration.requestMatcherProvider
(DispatcherServletPath servletPath) -
Uses of DispatcherServletPath in org.springframework.boot.security.autoconfigure.servlet
Subclasses with type arguments of type DispatcherServletPath in org.springframework.boot.security.autoconfigure.servletModifier and TypeClassDescriptionstatic final class
The request matcher used to match against resourceLocations
.Method parameters in org.springframework.boot.security.autoconfigure.servlet with type arguments of type DispatcherServletPathModifier and TypeMethodDescriptionprotected void
StaticResourceRequest.StaticResourceRequestMatcher.initialized
(Supplier<DispatcherServletPath> dispatcherServletPath) protected boolean
StaticResourceRequest.StaticResourceRequestMatcher.matches
(HttpServletRequest request, Supplier<DispatcherServletPath> context) -
Uses of DispatcherServletPath in org.springframework.boot.test.autoconfigure.web.servlet
Methods in org.springframework.boot.test.autoconfigure.web.servlet that return DispatcherServletPathModifier and TypeMethodDescriptionMockMvcAutoConfiguration.dispatcherServletPath
(WebMvcProperties webMvcProperties) -
Uses of DispatcherServletPath in org.springframework.boot.webmvc.autoconfigure
Classes in org.springframework.boot.webmvc.autoconfigure that implement DispatcherServletPathModifier and TypeClassDescriptionclass
ServletRegistrationBean
for the auto-configuredDispatcherServlet
. -
Uses of DispatcherServletPath in org.springframework.boot.webmvc.autoconfigure.error
Methods in org.springframework.boot.webmvc.autoconfigure.error with parameters of type DispatcherServletPathModifier and TypeMethodDescriptionorg.springframework.boot.webmvc.autoconfigure.error.ErrorMvcAutoConfiguration.ErrorPageCustomizer
ErrorMvcAutoConfiguration.errorPageCustomizer
(DispatcherServletPath dispatcherServletPath)