@Configuration
@ImportResource(value="/WEB-INF/config/webflow-config.xml")
@ComponentScan(basePackages="org.duracloud.syncui")
public class AppConfig
extends org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
| Constructor and Description |
|---|
AppConfig() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.format.support.DefaultFormattingConversionService |
defaultFormattingConversionService() |
org.springframework.context.MessageSource |
localeChangeInterceptor() |
org.springframework.context.MessageSource |
messageSource() |
static org.springframework.beans.factory.config.PropertyPlaceholderConfigurer |
properties() |
org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter |
requestMappingHandlerAdapter() |
addArgumentResolvers, addCorsMappings, addDefaultHandlerExceptionResolvers, addDefaultHttpMessageConverters, addFormatters, addInterceptors, addResourceHandlers, addReturnValueHandlers, addViewControllers, beanNameHandlerMapping, configureAsyncSupport, configureContentNegotiation, configureDefaultServletHandling, configureHandlerExceptionResolvers, configureMessageConverters, configurePathMatch, configureViewResolvers, createRequestMappingHandlerMapping, defaultServletHandlerMapping, extendMessageConverters, getApplicationContext, getConfigurableWebBindingInitializer, getCorsConfigurations, getDefaultMediaTypes, getInterceptors, getMessageCodesResolver, getMessageConverters, getPathMatchConfigurer, getServletContext, getValidator, handlerExceptionResolver, httpRequestHandlerAdapter, mvcContentNegotiationManager, mvcConversionService, mvcPathMatcher, mvcResourceUrlProvider, mvcUriComponentsContributor, mvcUrlPathHelper, mvcValidator, mvcViewResolver, requestMappingHandlerMapping, resourceHandlerMapping, setApplicationContext, setServletContext, simpleControllerHandlerAdapter, viewControllerHandlerMapping@Bean public static org.springframework.beans.factory.config.PropertyPlaceholderConfigurer properties()
@Bean public org.springframework.context.MessageSource messageSource()
@Bean public org.springframework.context.MessageSource localeChangeInterceptor()
@Bean public org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter requestMappingHandlerAdapter()
requestMappingHandlerAdapter in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport@Bean public org.springframework.format.support.DefaultFormattingConversionService defaultFormattingConversionService()
Copyright © 2009–2018 DuraSpace. All rights reserved.