Java Web笔记 – Servlet中的Filter过滤器的介绍和使用 编写过滤器
http://www.itzhai.com/java-web-notes-servlet-filters-in-the-filter-writing-the-introduction-and-use-of-filters.html
1、过滤器介绍:
在Servlet规范2.3中定义了过滤器,它能够对Servlet容器的请求和响应对象进行检查和修改。
Servlet过滤器本身并不生成请求和响应...
原创
2012-08-06 23:06:22 ·
228 阅读 ·
0 评论