类 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)