首页>代码>SSH学习之路-Spring MVC中的拦截器:HandlerInterceptorAdapter>/Demo-Live-Spring-MVC3_HandlerInterceptor/src/core/interceptor/type2/HelperInterceptor.java
package core.interceptor.type2;

/**
 * HelperInterceptor 说明: 拦截器类
 */
import org.springframework.ui.ModelMap;
import org.springframework.web.context.request.WebRequest;
import org.springframework.web.context.request.WebRequestInterceptor;

/**
 * 实现 WebRequestInterceptor 接口
 * @ClassName:HelperInterceptor.java
 * @Description:
 * @author:孙晓宁
 * @date:2016-9-26下午6:16:24
 */
public class HelperInterceptor implements WebRequestInterceptor {

	public void afterCompletion(WebRequest arg0, Exception e)throws Exception {
		// TODO Auto-generated method stub
		
	}

	public void postHandle(WebRequest arg0, ModelMap map) throws Exception {
		// TODO Auto-generated method stub
		
	}

	public void preHandle(WebRequest arg0) throws Exception {
		// TODO Auto-generated method stub
		
	}

}
最近下载更多
安排一下  LV2 2021年1月14日
onlyxiaoda  LV9 2019年6月14日
22726596  LV8 2018年5月8日
xiaoxintian30  LV3 2018年3月27日
chinafjfzlj  LV31 2017年9月11日
rastaclat  LV9 2017年8月25日
清风随逝  LV12 2017年8月21日
278757143  LV1 2017年3月24日
怪先生  LV1 2017年3月2日
南宫燚璘  LV10 2017年2月28日
最近浏览更多
chrysanna  LV1 2022年12月23日
cmbzyjw  LV3 2022年8月17日
977865199  LV12 2021年12月21日
安排一下  LV2 2021年1月14日
a992013093  LV15 2020年12月22日
yangxuping 2020年6月19日
暂无贡献等级
huasir2018  LV14 2020年6月19日
jimmyke  LV2 2020年6月16日
Misshuang  LV13 2020年6月3日
zrq1025  LV11 2020年5月23日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友