Uses of Interface
org.springframework.boot.autoconfigure.web.servlet.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
Modifier and TypeMethodDescriptionServletEndpointManagementContextConfiguration.WebMvcServletEndpointManagementContextConfiguration.servletEndpointRegistrar
(WebEndpointProperties properties, ServletEndpointsSupplier servletEndpointsSupplier, DispatcherServletPath dispatcherServletPath) -
Uses of DispatcherServletPath in org.springframework.boot.actuate.autoconfigure.security.servlet
Modifier and TypeMethodDescriptionSecurityRequestMatchersManagementContextConfiguration.MvcRequestMatcherConfiguration.requestMatcherProvider
(DispatcherServletPath servletPath) -
Uses of DispatcherServletPath in org.springframework.boot.autoconfigure.security.servlet
Modifier 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
Modifier and TypeClassDescriptionclass
ServletRegistrationBean
for the auto-configuredDispatcherServlet
. -
Uses of DispatcherServletPath in org.springframework.boot.autoconfigure.web.servlet.error
Modifier 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