Class ConversationsWebMvcConfiguration

  • All Implemented Interfaces:
    org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware, org.springframework.web.servlet.config.annotation.WebMvcConfigurer

    @Configuration
    @EnableWebMvc
    @ComponentScan("org.sakaiproject.conversations")
    public class ConversationsWebMvcConfiguration
    extends Object
    implements org.springframework.context.ApplicationContextAware, org.springframework.web.servlet.config.annotation.WebMvcConfigurer
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addViewControllers​(org.springframework.web.servlet.config.annotation.ViewControllerRegistry registry)  
      org.springframework.web.servlet.ViewResolver viewResolver()  
      • Methods inherited from interface org.springframework.context.ApplicationContextAware

        setApplicationContext
      • Methods inherited from interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer

        addArgumentResolvers, addCorsMappings, addFormatters, addInterceptors, addResourceHandlers, addReturnValueHandlers, configureAsyncSupport, configureContentNegotiation, configureDefaultServletHandling, configureHandlerExceptionResolvers, configureMessageConverters, configurePathMatch, configureViewResolvers, extendHandlerExceptionResolvers, extendMessageConverters, getMessageCodesResolver, getValidator
    • Constructor Detail

      • ConversationsWebMvcConfiguration

        public ConversationsWebMvcConfiguration()
    • Method Detail

      • viewResolver

        @Bean
        public org.springframework.web.servlet.ViewResolver viewResolver()
      • addViewControllers

        public void addViewControllers​(org.springframework.web.servlet.config.annotation.ViewControllerRegistry registry)
        Specified by:
        addViewControllers in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer