赞
踩
拦截器(Interceptor),主要完成请求参数的解析、将页面表单参数赋给值栈中相应属性、执行功能检验、程序异常调试等工作。
1.创个类用Interceptor实现handlerInterceptor接口
实现handlerInterceptor接口中的方法
实现后接口后的图如下,我写了每个方法的作用跟执行时候
2.配置自定义的拦截器对象
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:context="http://www.springframework.org/schema/context"
xmlns:mvc="http://www.springframework.org/schema/mvc"
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd http://
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。