Package org.ehrbase.rest
Class RestModuleConfiguration
- java.lang.Object
-
- org.ehrbase.rest.RestModuleConfiguration
-
- All Implemented Interfaces:
org.springframework.web.servlet.config.annotation.WebMvcConfigurer
@Configuration @ComponentScan(basePackages={"org.ehrbase.rest","org.ehrbase.rest.admin","org.ehrbase.rest.openehr"}) @EnableAspectJAutoProxy public class RestModuleConfiguration extends Object implements org.springframework.web.servlet.config.annotation.WebMvcConfigurer
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRestModuleConfiguration.HttpRequestSupplierInterceptor
-
Field Summary
Fields Modifier and Type Field Description static StringHTTP_HEADER_TENANT_ID
-
Constructor Summary
Constructors Constructor Description RestModuleConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddInterceptors(org.springframework.web.servlet.config.annotation.InterceptorRegistry registry)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer
addArgumentResolvers, addCorsMappings, addFormatters, addResourceHandlers, addReturnValueHandlers, addViewControllers, configureAsyncSupport, configureContentNegotiation, configureDefaultServletHandling, configureHandlerExceptionResolvers, configureMessageConverters, configurePathMatch, configureViewResolvers, extendHandlerExceptionResolvers, extendMessageConverters, getMessageCodesResolver, getValidator
-
-
-
-
Field Detail
-
HTTP_HEADER_TENANT_ID
public static final String HTTP_HEADER_TENANT_ID
- See Also:
- Constant Field Values
-
-