接口的使用
org.springframework.boot.autoconfigure.web.servlet.DispatcherServletPath
使用DispatcherServletPath的程序包
程序包
说明
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.
-
org.springframework.boot.actuate.autoconfigure.endpoint.web中DispatcherServletPath的使用
修饰符和类型方法说明ServletEndpointManagementContextConfiguration.WebMvcServletEndpointManagementContextConfiguration.servletEndpointRegistrar
(WebEndpointProperties properties, ServletEndpointsSupplier servletEndpointsSupplier, DispatcherServletPath dispatcherServletPath, EndpointAccessResolver endpointAccessResolver) -
org.springframework.boot.actuate.autoconfigure.security.servlet中DispatcherServletPath的使用
修饰符和类型方法说明SecurityRequestMatchersManagementContextConfiguration.MvcRequestMatcherConfiguration.requestMatcherProvider
(DispatcherServletPath servletPath) -
org.springframework.boot.autoconfigure.security.servlet中DispatcherServletPath的使用
修饰符和类型方法说明protected void
StaticResourceRequest.StaticResourceRequestMatcher.initialized
(Supplier<DispatcherServletPath> dispatcherServletPath) protected boolean
StaticResourceRequest.StaticResourceRequestMatcher.matches
(HttpServletRequest request, Supplier<DispatcherServletPath> context) -
org.springframework.boot.autoconfigure.web.servlet中DispatcherServletPath的使用
-
org.springframework.boot.autoconfigure.web.servlet.error中DispatcherServletPath的使用
修饰符和类型方法说明org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration.ErrorPageCustomizer
ErrorMvcAutoConfiguration.errorPageCustomizer
(DispatcherServletPath dispatcherServletPath) -
org.springframework.boot.test.autoconfigure.web.servlet中DispatcherServletPath的使用