标签:let post after control 请求 handle 执行 情况 hand
1.在请求到来的时候,拦截器会拦截,执行preHandle方法。如果该方法的返回值为true,
就继续往下执行,否则,就结束执行,往下就不在执行任何方法。
2.在preHandle的返回值为true的情况下,就继续执行请求的jsp页面或者controller。
3.执行完请求后,执行postHandle方法。
4.最后执行afterComplete方法。
标签:let post after control 请求 handle 执行 情况 hand
原文地址:http://www.cnblogs.com/xuesheng/p/7425378.html