类 SinoApplicationMvcConfiguration

  • 所有已实现的接口:
    org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware, org.springframework.web.context.ServletContextAware

    @Configuration
    @ComponentScan(useDefaultFilters=false,basePackages="net.sinodawn",includeFilters={,},excludeFilters=)
    public class SinoApplicationMvcConfiguration
    extends org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      protected void addArgumentResolvers​(List<org.springframework.web.method.support.HandlerMethodArgumentResolver> argumentResolvers)  
      • 从类继承的方法 org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport

        addCorsMappings, addDefaultHandlerExceptionResolvers, addDefaultHttpMessageConverters, addFormatters, addInterceptors, addResourceHandlers, addReturnValueHandlers, addViewControllers, beanNameHandlerMapping, configureAsyncSupport, configureContentNegotiation, configureDefaultServletHandling, configureHandlerExceptionResolvers, configureMessageConverters, configurePathMatch, configureViewResolvers, createExceptionHandlerExceptionResolver, createRequestMappingHandlerAdapter, createRequestMappingHandlerMapping, defaultServletHandlerMapping, extendHandlerExceptionResolvers, extendMessageConverters, getApplicationContext, getArgumentResolvers, getConfigurableWebBindingInitializer, getCorsConfigurations, getDefaultMediaTypes, getInterceptors, getMessageCodesResolver, getMessageConverters, getPathMatchConfigurer, getReturnValueHandlers, getServletContext, getValidator, handlerExceptionResolver, handlerFunctionAdapter, httpRequestHandlerAdapter, mvcContentNegotiationManager, mvcConversionService, mvcHandlerMappingIntrospector, mvcPathMatcher, mvcResourceUrlProvider, mvcUriComponentsContributor, mvcUrlPathHelper, mvcValidator, mvcViewResolver, requestMappingHandlerAdapter, requestMappingHandlerMapping, resourceHandlerMapping, routerFunctionMapping, setApplicationContext, setServletContext, simpleControllerHandlerAdapter, viewControllerHandlerMapping
    • 构造器详细资料

      • SinoApplicationMvcConfiguration

        public SinoApplicationMvcConfiguration()
    • 方法详细资料

      • addArgumentResolvers

        protected void addArgumentResolvers​(List<org.springframework.web.method.support.HandlerMethodArgumentResolver> argumentResolvers)
        覆盖:
        addArgumentResolvers 在类中 org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport