@AutoConfiguration
@ConditionalOnClass(value=javax.servlet.Servlet.class)
@ConditionalOnWebApplication(type=SERVLET)
public class ServletManagementContextAutoConfiguration
extends java.lang.Object
Auto-configuration for Servlet-specific management
context concerns.| Modifier and Type | Class and Description |
|---|---|
protected static class |
ServletManagementContextAutoConfiguration.ApplicationContextFilterConfiguration |
| Constructor and Description |
|---|
ServletManagementContextAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
ManagementServletContext |
managementServletContext(WebEndpointProperties properties) |
org.springframework.boot.actuate.autoconfigure.web.servlet.ServletManagementContextFactory |
servletWebChildContextFactory() |
public ServletManagementContextAutoConfiguration()
@Bean public org.springframework.boot.actuate.autoconfigure.web.servlet.ServletManagementContextFactory servletWebChildContextFactory()
@Bean public ManagementServletContext managementServletContext(WebEndpointProperties properties)