Class DefaultAlfrescoMvcServletContextConfiguration

  • All Implemented Interfaces:
    org.springframework.web.servlet.config.annotation.WebMvcConfigurer

    @Configuration
    public class DefaultAlfrescoMvcServletContextConfiguration
    extends Object
    implements org.springframework.web.servlet.config.annotation.WebMvcConfigurer
    • Constructor Detail

      • DefaultAlfrescoMvcServletContextConfiguration

        @Autowired
        public DefaultAlfrescoMvcServletContextConfiguration​(org.alfresco.rest.framework.jacksonextensions.RestJsonModule alfrescoRestJsonModule)
    • Method Detail

      • addArgumentResolvers

        public void addArgumentResolvers​(List<org.springframework.web.method.support.HandlerMethodArgumentResolver> resolvers)
        Specified by:
        addArgumentResolvers in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer
      • alfrescoResponseInterceptor

        @Bean
        public AlfrescoApiResponseInterceptor alfrescoResponseInterceptor​(org.alfresco.rest.framework.webscripts.ResourceWebScriptHelper webscriptHelper)
      • multipartResolver

        @Bean
        public org.springframework.web.multipart.commons.CommonsMultipartResolver multipartResolver()
      • extendMessageConverters

        public void extendMessageConverters​(List<org.springframework.http.converter.HttpMessageConverter<?>> converters)
        Specified by:
        extendMessageConverters in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer