package com.javen.util; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import org.springframework.web.servlet.ModelAndView; public class HandlerInterceptor implements org.springframework.web.servlet.HandlerInterceptor { public boolean preHandle(HttpServletRequest request, HttpServletResponse response, Object handler) throws Exception { String url=request.getRequestURI(); /*if(request.getSession().getAttribute("Teacher") == null || request.getSession().getAttribute("Student") == null || request.getSession().getAttribute("Manage") == null) { }*/ return true; } public void postHandle(HttpServletRequest request, HttpServletResponse response, Object handler, ModelAndView modelAndView) throws Exception { } public void afterCompletion(HttpServletRequest request, HttpServletResponse response, Object handler, Exception ex) throws Exception { } }

lcqlcl LV11
2023年8月29日
ewan007 LV30
2022年6月24日
唐T袋D皓H LV4
2022年4月1日
lcy123ww LV5
2022年3月31日
Bettytian LV9
2021年4月14日
wxlssss LV7
2021年4月11日
写梦追逐 LV8
2021年3月28日
qqwjk123 LV2
2021年1月8日
qianyexingren LV10
2021年1月8日
qq278246140 LV12
2020年10月18日

ChanLain LV2
2024年6月8日
uni-code_0123 LV1
2023年11月29日
lcqlcl LV11
2023年8月29日
asdfg01234 LV10
2023年7月31日
25702204 LV1
2023年5月24日
李亮 LV19
2023年3月5日
qwer123978ca LV1
2022年12月19日
wyxjusj LV1
2022年12月5日
getset LV8
2022年12月3日
zxc131313 LV12
2022年11月28日