过滤器、监听器、拦截器

Servlet之Filter详细讲解:

https://www.cnblogs.com/zlbx/p/4888312.html

https://blog.csdn.net/chenkun2016/article/details/79498618

springboot下使用拦截器和过滤器:

https://blog.csdn.net/java_collect/article/details/80873686

springboot下使用过滤器、拦截器和监听器:

http://www.importnew.com/29401.html

 

ServletRequest、 HttpServletRequest的联系与区别: servlet理论上可以处理多种形式的请求响应形式,http只是其中之一,所以HttpServletRequest、HttpServletResponse分别是ServletRequest和ServletResponse的子类。

原文地址:https://www.cnblogs.com/aaronRhythm/p/10862059.html