类 EndpointWebMvcChildContextConfiguration
- java.lang.Object
- org.springframework.boot.actuate.autoconfigure.EndpointWebMvcChildContextConfiguration
@Configuration @EnableWebMvc @Import(org.springframework.boot.actuate.autoconfigure.ManagementContextConfigurationsImportSelector.class) public class EndpointWebMvcChildContextConfiguration extends Object
Configuration triggered fromEndpointWebMvcAutoConfigurationwhen a newEmbeddedServletContainerrunning on a different port is required.
嵌套类概要
嵌套类 修饰符和类型 类 说明 protected static classEndpointWebMvcChildContextConfiguration.EndpointHandlerMappingConfigurationConfiguration to addHandlerMappingforMvcEndpoints.static classEndpointWebMvcChildContextConfiguration.EndpointWebMvcChildContextSecurityConfiguration
构造器概要
构造器 构造器 说明 EndpointWebMvcChildContextConfiguration()
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 org.springframework.boot.actuate.autoconfigure.EndpointWebMvcChildContextConfiguration.CompositeHandlerAdaptercompositeHandlerAdapter()org.springframework.boot.actuate.autoconfigure.EndpointWebMvcChildContextConfiguration.CompositeHandlerExceptionResolvercompositeHandlerExceptionResolver()org.springframework.boot.actuate.autoconfigure.EndpointWebMvcChildContextConfiguration.CompositeHandlerMappingcompositeHandlerMapping()org.springframework.web.servlet.DispatcherServletdispatcherServlet()ManagementErrorEndpointerrorEndpoint(org.springframework.boot.autoconfigure.web.ErrorAttributes errorAttributes)org.springframework.boot.actuate.autoconfigure.EndpointWebMvcChildContextConfiguration.ServerCustomizationserverCustomization()org.springframework.boot.actuate.autoconfigure.EndpointWebMvcChildContextConfiguration.TomcatAccessLogCustomizertomcatAccessLogCustomizer()org.springframework.boot.actuate.autoconfigure.EndpointWebMvcChildContextConfiguration.UndertowAccessLogCustomizerundertowAccessLogCustomizer()
构造器详细资料
EndpointWebMvcChildContextConfiguration
public EndpointWebMvcChildContextConfiguration()
方法详细资料
dispatcherServlet
@Bean(name="dispatcherServlet") public org.springframework.web.servlet.DispatcherServlet dispatcherServlet()
compositeHandlerMapping
@Bean(name="handlerMapping") public org.springframework.boot.actuate.autoconfigure.EndpointWebMvcChildContextConfiguration.CompositeHandlerMapping compositeHandlerMapping()
compositeHandlerAdapter
@Bean(name="handlerAdapter") public org.springframework.boot.actuate.autoconfigure.EndpointWebMvcChildContextConfiguration.CompositeHandlerAdapter compositeHandlerAdapter()
compositeHandlerExceptionResolver
@Bean(name="handlerExceptionResolver") public org.springframework.boot.actuate.autoconfigure.EndpointWebMvcChildContextConfiguration.CompositeHandlerExceptionResolver compositeHandlerExceptionResolver()
serverCustomization
@Bean public org.springframework.boot.actuate.autoconfigure.EndpointWebMvcChildContextConfiguration.ServerCustomization serverCustomization()
undertowAccessLogCustomizer
@Bean public org.springframework.boot.actuate.autoconfigure.EndpointWebMvcChildContextConfiguration.UndertowAccessLogCustomizer undertowAccessLogCustomizer()
tomcatAccessLogCustomizer
@Bean @ConditionalOnClass(name="org.apache.catalina.valves.AccessLogValve") public org.springframework.boot.actuate.autoconfigure.EndpointWebMvcChildContextConfiguration.TomcatAccessLogCustomizer tomcatAccessLogCustomizer()
errorEndpoint
@Bean @ConditionalOnBean(org.springframework.boot.autoconfigure.web.ErrorAttributes.class) public ManagementErrorEndpoint errorEndpoint(org.springframework.boot.autoconfigure.web.ErrorAttributes errorAttributes)