Klasse JLineupWebMvcConfigurationSupport
java.lang.Object
org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
de.otto.jlineup.web.configuration.JLineupWebMvcConfigurationSupport
- Alle implementierten Schnittstellen:
org.springframework.beans.factory.Aware,org.springframework.context.ApplicationContextAware,org.springframework.web.context.ServletContextAware
@Configuration
public class JLineupWebMvcConfigurationSupport
extends org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungJLineupWebMvcConfigurationSupport(com.fasterxml.jackson.databind.ObjectMapper objectMapper, JLineupWebProperties properties) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidaddResourceHandlers(org.springframework.web.servlet.config.annotation.ResourceHandlerRegistry registry) voidconfigureMessageConverters(List<org.springframework.http.converter.HttpMessageConverter<?>> converters) Von Klasse geerbte Methoden org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
addArgumentResolvers, addCorsMappings, addDefaultHandlerExceptionResolvers, addDefaultHttpMessageConverters, addFormatters, addInterceptors, addReturnValueHandlers, addViewControllers, beanNameHandlerMapping, configureAsyncSupport, configureContentNegotiation, configureDefaultServletHandling, configureErrorResponseInterceptors, configureHandlerExceptionResolvers, configurePathMatch, configureViewResolvers, createExceptionHandlerExceptionResolver, createRequestMappingHandlerAdapter, createRequestMappingHandlerMapping, defaultServletHandlerMapping, extendHandlerExceptionResolvers, extendMessageConverters, flashMapManager, getApplicationContext, getArgumentResolvers, getAsyncSupportConfigurer, getConfigurableWebBindingInitializer, getCorsConfigurations, getDefaultMediaTypes, getErrorResponseInterceptors, getInterceptors, getMessageCodesResolver, getMessageConverters, getPathMatchConfigurer, getReturnValueHandlers, getServletContext, getValidator, handlerExceptionResolver, handlerFunctionAdapter, httpRequestHandlerAdapter, localeResolver, mvcContentNegotiationManager, mvcConversionService, mvcHandlerMappingIntrospector, mvcPathMatcher, mvcPatternParser, mvcResourceUrlProvider, mvcUriComponentsContributor, mvcUrlPathHelper, mvcValidator, mvcViewResolver, requestMappingHandlerAdapter, requestMappingHandlerMapping, resourceHandlerMapping, routerFunctionMapping, setApplicationContext, setServletContext, simpleControllerHandlerAdapter, themeResolver, viewControllerHandlerMapping, viewNameTranslator
-
Konstruktordetails
-
JLineupWebMvcConfigurationSupport
@Autowired public JLineupWebMvcConfigurationSupport(com.fasterxml.jackson.databind.ObjectMapper objectMapper, JLineupWebProperties properties)
-
-
Methodendetails
-
configureMessageConverters
public void configureMessageConverters(List<org.springframework.http.converter.HttpMessageConverter<?>> converters) - Setzt außer Kraft:
configureMessageConvertersin Klasseorg.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
-
addResourceHandlers
public void addResourceHandlers(org.springframework.web.servlet.config.annotation.ResourceHandlerRegistry registry) - Setzt außer Kraft:
addResourceHandlersin Klasseorg.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
-