Search in sources :

Example 1 with NikitaETAGInterceptor

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());
}
Also used : NikitaETAGInterceptor(no.arkivlab.hioa.nikita.webapp.web.interceptor.NikitaETAGInterceptor)

Aggregations

NikitaETAGInterceptor (no.arkivlab.hioa.nikita.webapp.web.interceptor.NikitaETAGInterceptor)1