码迷,mamicode.com
首页 > 其他好文 > 详细

p132代码解析

时间:2018-03-26 13:08:13      阅读:143      评论:0      收藏:0      [点我收藏+]

标签:current   输出   解析   代码   提示信息   blog   过滤   path   gets   

1.  long before = System.currentTimeMillis();
     long after = System.currentTimeMillis();

//该两句代码规定了一个doFilter()拦截用户请求的过滤范围。  

2. HttpServletRequest hrequest = (HttpServletRequest) request;

//HttpServletRequest接口是ServletRequest子接口,HttpServletRequest接口遵循http协议。将请求转换成HttpServletRequest请求。

3. System.out.println("Filter 已经截获到用户的请求的地址: "  + hrequest.getSeryletPath() ); 

//输出提示信息,输出截获到用户的请求的地址。

 

p132代码解析

标签:current   输出   解析   代码   提示信息   blog   过滤   path   gets   

原文地址:https://www.cnblogs.com/yyxxn/p/8650196.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!