1.創(chuàng)建filter
? ??????implements Filter? ?實(shí)現(xiàn)filter 接口?
? ? ? ? 三個(gè)方法
? ? ? ? ? ? ?init()
? ? ? ? ? ? ?dofilter(ServletRequest srequest, ServletResponse response, FilterChain chain)
?????????????destory()
2.執(zhí)行filter順序
????數(shù)字大于英文? 小寫(xiě)大于大寫(xiě)
3.注解中多個(gè)對(duì)象觸發(fā)
? ? ? {" "," "}
4.8種監(jiān)聽(tīng)
? ? ? ? 1)創(chuàng)建和銷(xiāo)毀
? ??????????????HttpSessionLister、ServletContextListener钟沛、ServletRequestListener
? ? ? ? 2)監(jiān)聽(tīng)對(duì)象屬性變化肋层,分別為: HttpSessionAttributeLister、
? ? ? ? ? ? ? ? ?ServletContextAttributeListener赖淤、ServletRequestAttributeListener
? ? ? ? 3)監(jiān)聽(tīng)Session 內(nèi)的對(duì)象尔苦,分別為:HttpSessionBindingListener?
? ? ? ? ? ?????( bound? 和unbound事件)
????????????????和
???????????????HttpSessionActivationListener