use of no.arkivlab.hioa.nikita.webapp.web.interceptor.NikitaETAGInterceptor in project nikita-noark5-core by HiOA-ABI.
the class AppWebMvcConfiguration method addInterceptors.
@Override
public void addInterceptors(InterceptorRegistry registry) {
registry.addInterceptor(localeChangeInterceptor());
registry.addInterceptor(new NikitaETAGInterceptor());
}
Aggregations