| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.krad.web.controller.ModuleLockingHandlerInterceptor
public class ModuleLockingHandlerInterceptor
TODO jawbenne don't forget to fill this in.
| Constructor Summary | |
|---|---|
| ModuleLockingHandlerInterceptor() | |
| Method Summary | |
|---|---|
|  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) | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public ModuleLockingHandlerInterceptor()
| Method Detail | 
|---|
public String getModuleLockedMapping()
public void setModuleLockedMapping(String moduleLockedMapping)
moduleLockedMapping - the moduleLockedMapping to setpublic void setKualiModuleService(KualiModuleService kualiModuleService)
kualiModuleService - the kualiModuleService to set
public 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()
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||