Package org.duracloud.syncui.config
Class AppConfig
- java.lang.Object
-
- org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
-
- org.duracloud.syncui.config.AppConfig
-
- All Implemented Interfaces:
org.springframework.beans.factory.Aware,org.springframework.context.ApplicationContextAware,org.springframework.web.context.ServletContextAware
@Configuration @ImportResource("/WEB-INF/config/webflow-config.xml") @ComponentScan(basePackages="org.duracloud.syncui") public class AppConfig extends org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupportThe root application configuration class.- Author:
- Daniel Bernstein
-
-
Constructor Summary
Constructors Constructor Description AppConfig()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.format.support.DefaultFormattingConversionServicedefaultFormattingConversionService()org.springframework.context.MessageSourcelocaleChangeInterceptor()org.springframework.context.MessageSourcemessageSource()static org.springframework.beans.factory.config.PropertyPlaceholderConfigurerproperties()org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapterrequestMappingHandlerAdapter()-
Methods inherited from class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
addArgumentResolvers, 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, httpRequestHandlerAdapter, mvcContentNegotiationManager, mvcConversionService, mvcHandlerMappingIntrospector, mvcPathMatcher, mvcResourceUrlProvider, mvcUriComponentsContributor, mvcUrlPathHelper, mvcValidator, mvcViewResolver, requestMappingHandlerMapping, resourceHandlerMapping, setApplicationContext, setServletContext, simpleControllerHandlerAdapter, viewControllerHandlerMapping
-
-
-
-
Method Detail
-
properties
@Bean public static org.springframework.beans.factory.config.PropertyPlaceholderConfigurer properties()
-
messageSource
@Bean public org.springframework.context.MessageSource messageSource()
-
localeChangeInterceptor
@Bean public org.springframework.context.MessageSource localeChangeInterceptor()
-
requestMappingHandlerAdapter
@Bean public org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter requestMappingHandlerAdapter()
- Overrides:
requestMappingHandlerAdapterin classorg.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
-
defaultFormattingConversionService
@Bean public org.springframework.format.support.DefaultFormattingConversionService defaultFormattingConversionService()
-
-