Uses of Interface
org.springframework.boot.webmvc.autoconfigure.DispatcherServletPath
Packages that use DispatcherServletPath
Package
Description
Auto-configuration for actuator security using Spring MVC.
Auto-configuration for Servlet-based Spring Security.
Auto-configuration for Spring MVC.
-
Uses of DispatcherServletPath in org.springframework.boot.security.autoconfigure.actuate.web.servlet
Methods in org.springframework.boot.security.autoconfigure.actuate.web.servlet with parameters of type DispatcherServletPathModifier and TypeMethodDescriptionSecurityRequestMatchersManagementContextConfiguration.MvcRequestMatcherConfiguration.requestMatcherProvider(DispatcherServletPath servletPath) -
Uses of DispatcherServletPath in org.springframework.boot.security.autoconfigure.web.servlet
Subclasses with type arguments of type DispatcherServletPath in org.springframework.boot.security.autoconfigure.web.servletModifier and TypeClassDescriptionstatic final classThe request matcher used to match against resourceLocations.Method parameters in org.springframework.boot.security.autoconfigure.web.servlet with type arguments of type DispatcherServletPathModifier and TypeMethodDescriptionprotected voidStaticResourceRequest.StaticResourceRequestMatcher.initialized(Supplier<DispatcherServletPath> dispatcherServletPath) protected booleanStaticResourceRequest.StaticResourceRequestMatcher.matches(HttpServletRequest request, Supplier<DispatcherServletPath> context) -
Uses of DispatcherServletPath in org.springframework.boot.webmvc.autoconfigure
Classes in org.springframework.boot.webmvc.autoconfigure that implement DispatcherServletPathModifier and TypeClassDescriptionclassServletRegistrationBeanfor the auto-configuredDispatcherServlet.