Uses of Interface
org.springframework.boot.autoconfigure.web.servlet.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 servlet web servers and Spring MVC.
Auto-configuration for Spring MVC error handling.
Auto-configuration for Spring MVC tests.
-
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) -
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.autoconfigure.security.servlet
Method parameters in org.springframework.boot.autoconfigure.security.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.autoconfigure.web.servlet
Classes in org.springframework.boot.autoconfigure.web.servlet that implement DispatcherServletPathModifier and TypeClassDescriptionclass
ServletRegistrationBean
for the auto-configuredDispatcherServlet
. -
Uses of DispatcherServletPath in org.springframework.boot.autoconfigure.web.servlet.error
Methods in org.springframework.boot.autoconfigure.web.servlet.error with parameters of type DispatcherServletPathModifier and TypeMethodDescriptionorg.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration.ErrorPageCustomizer
ErrorMvcAutoConfiguration.errorPageCustomizer
(DispatcherServletPath dispatcherServletPath) -
Uses of DispatcherServletPath in org.springframework.boot.test.autoconfigure.web.servlet
Methods in org.springframework.boot.test.autoconfigure.web.servlet that return DispatcherServletPath