Package | Description |
---|---|
org.springframework.boot.actuate.autoconfigure.endpoint.web |
Auto-configuration for the Actuator's web endpoints.
|
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 |
---|---|
ServletEndpointRegistrar |
ServletEndpointManagementContextConfiguration.WebMvcServletEndpointManagementContextConfiguration.servletEndpointRegistrar(WebEndpointProperties properties,
ServletEndpointsSupplier servletEndpointsSupplier,
DispatcherServletPath dispatcherServletPath) |
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(HttpServletRequest request,
Supplier<DispatcherServletPath> context) |
Modifier and Type | Class and Description |
---|---|
class |
DispatcherServletRegistrationBean
ServletRegistrationBean for the auto-configured DispatcherServlet . |
Constructor and Description |
---|
WebMvcAutoConfigurationAdapter(ResourceProperties resourceProperties,
WebProperties webProperties,
WebMvcProperties mvcProperties,
ListableBeanFactory beanFactory,
ObjectProvider<HttpMessageConverters> messageConvertersProvider,
ObjectProvider<org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.ResourceHandlerRegistrationCustomizer> resourceHandlerRegistrationCustomizerProvider,
ObjectProvider<DispatcherServletPath> dispatcherServletPath,
ObjectProvider<ServletRegistrationBean<?>> servletRegistrations) |
Modifier and Type | Method and Description |
---|---|
org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration.ErrorPageCustomizer |
ErrorMvcAutoConfiguration.errorPageCustomizer(DispatcherServletPath dispatcherServletPath) |
Modifier and Type | Method and Description |
---|---|
DispatcherServletPath |
MockMvcAutoConfiguration.dispatcherServletPath() |