public class MolgenisInterceptor
extends org.springframework.web.servlet.handler.HandlerInterceptorAdapter
| Modifier and Type | Field and Description |
|---|---|
static String |
ATTRIBUTE_ENVIRONMENT_TYPE |
| Constructor and Description |
|---|
MolgenisInterceptor(ResourceFingerprintRegistry resourceFingerprintRegistry,
ThemeFingerprintRegistry themeFingerprintRegistry,
org.molgenis.data.settings.AppSettings appSettings,
AuthenticationSettings authenticationSettings,
LanguageService languageService,
String environment) |
| Modifier and Type | Method and Description |
|---|---|
void |
postHandle(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Object handler,
org.springframework.web.servlet.ModelAndView modelAndView) |
public static final String ATTRIBUTE_ENVIRONMENT_TYPE
public MolgenisInterceptor(ResourceFingerprintRegistry resourceFingerprintRegistry, ThemeFingerprintRegistry themeFingerprintRegistry, org.molgenis.data.settings.AppSettings appSettings, AuthenticationSettings authenticationSettings, LanguageService languageService, @Value(value="${environment}") String environment)
public void postHandle(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Object handler,
org.springframework.web.servlet.ModelAndView modelAndView)
throws Exception
postHandle in interface org.springframework.web.servlet.HandlerInterceptorpostHandle in class org.springframework.web.servlet.handler.HandlerInterceptorAdapterExceptionCopyright © 2017. All rights reserved.