Class WebConfiguration
java.lang.Object
org.frankframework.console.configuration.WebConfiguration
- All Implemented Interfaces:
 org.springframework.beans.factory.Aware,org.springframework.context.EnvironmentAware,org.springframework.web.servlet.config.annotation.WebMvcConfigurer
@Configuration
@EnableWebMvc
public class WebConfiguration
extends Object
implements org.springframework.web.servlet.config.annotation.WebMvcConfigurer, org.springframework.context.EnvironmentAware
This class is found by the `FrankFrameworkApiContext.xml` file, is loaded after the xml has been loaded/wired.
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidaddFormatters(org.springframework.format.FormatterRegistry registry) voidextendMessageConverters(List<org.springframework.http.converter.HttpMessageConverter<?>> converters) voidsetEnvironment(org.springframework.core.env.Environment environment) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer
addArgumentResolvers, addCorsMappings, addErrorResponseInterceptors, addInterceptors, addResourceHandlers, addReturnValueHandlers, addViewControllers, configureAsyncSupport, configureContentNegotiation, configureDefaultServletHandling, configureHandlerExceptionResolvers, configureMessageConverters, configurePathMatch, configureViewResolvers, extendHandlerExceptionResolvers, getMessageCodesResolver, getValidator 
- 
Constructor Details
- 
WebConfiguration
public WebConfiguration() 
 - 
 - 
Method Details
- 
extendMessageConverters
public void extendMessageConverters(List<org.springframework.http.converter.HttpMessageConverter<?>> converters) - Specified by:
 extendMessageConvertersin interfaceorg.springframework.web.servlet.config.annotation.WebMvcConfigurer
 - 
addFormatters
public void addFormatters(org.springframework.format.FormatterRegistry registry) - Specified by:
 addFormattersin interfaceorg.springframework.web.servlet.config.annotation.WebMvcConfigurer
 - 
outboundGateway
 - 
setEnvironment
public void setEnvironment(org.springframework.core.env.Environment environment) - Specified by:
 setEnvironmentin interfaceorg.springframework.context.EnvironmentAware
 
 -