public class ModuleLockingHandlerInterceptor extends Object implements org.springframework.web.servlet.HandlerInterceptor
| Constructor and Description |
|---|
ModuleLockingHandlerInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterCompletion(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Object handler,
Exception exception)
This overridden method ...
|
protected KualiModuleService |
getKualiModuleService() |
String |
getModuleLockedMapping() |
protected boolean |
isModuleLocked(javax.servlet.http.HttpServletRequest request) |
void |
postHandle(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Object handler,
org.springframework.web.servlet.ModelAndView modelAndview)
This overridden method ...
|
boolean |
preHandle(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Object handler)
This overridden method ...
|
void |
setKualiModuleService(KualiModuleService kualiModuleService) |
void |
setModuleLockedMapping(String moduleLockedMapping) |
public ModuleLockingHandlerInterceptor()
public String getModuleLockedMapping()
public void setModuleLockedMapping(String moduleLockedMapping)
moduleLockedMapping - the moduleLockedMapping to setpublic void setKualiModuleService(KualiModuleService kualiModuleService)
kualiModuleService - the kualiModuleService to setpublic void afterCompletion(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Object handler, Exception exception) throws Exception
afterCompletion in interface org.springframework.web.servlet.HandlerInterceptorExceptionHandlerInterceptor.afterCompletion(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse, java.lang.Object, java.lang.Exception)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.HandlerInterceptorExceptionHandlerInterceptor.postHandle(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse, java.lang.Object, org.springframework.web.servlet.ModelAndView)public boolean preHandle(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Object handler) throws Exception
preHandle in interface org.springframework.web.servlet.HandlerInterceptorExceptionHandlerInterceptor.preHandle(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse, java.lang.Object)protected boolean isModuleLocked(javax.servlet.http.HttpServletRequest request)
protected KualiModuleService getKualiModuleService()
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.