Package | Description |
---|---|
org.springframework.boot.actuate.autoconfigure.security.servlet |
Auto-configuration for actuator security using Spring MVC.
|
org.springframework.boot.autoconfigure.security.servlet |
Auto-configuration for Servlet-based Spring Security.
|
org.springframework.boot.autoconfigure.web.servlet |
Auto-configuration for servlet web servers and Spring MVC.
|
org.springframework.boot.autoconfigure.web.servlet.error |
Auto-configuration for Spring MVC error handling.
|
org.springframework.boot.test.autoconfigure.web.servlet |
Auto-configuration for Spring MVC tests.
|
Modifier and Type | Method and Description |
---|---|
RequestMatcherProvider |
SecurityRequestMatchersManagementContextConfiguration.MvcRequestMatcherConfiguration.requestMatcherProvider(DispatcherServletPath servletPath) |
Modifier and Type | Method and Description |
---|---|
protected void |
StaticResourceRequest.StaticResourceRequestMatcher.initialized(Supplier<DispatcherServletPath> dispatcherServletPath) |
protected boolean |
StaticResourceRequest.StaticResourceRequestMatcher.matches(javax.servlet.http.HttpServletRequest request,
Supplier<DispatcherServletPath> context) |
Modifier and Type | Class and Description |
---|---|
class |
DispatcherServletRegistrationBean
ServletRegistrationBean for the auto-configured DispatcherServlet . |
Constructor and Description |
---|
ErrorMvcAutoConfiguration(ServerProperties serverProperties,
DispatcherServletPath dispatcherServletPath,
org.springframework.beans.factory.ObjectProvider<ErrorViewResolver> errorViewResolvers) |
Modifier and Type | Method and Description |
---|---|
DispatcherServletPath |
MockMvcAutoConfiguration.dispatcherServletPath() |
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.