监听三个域对象的属性变更的监听器 ServletContextAttributeListeners 监听 SeryletContext 对象中的属性变更(属性添加,移除,替换)的监听器。 HttpSessionAttributeListeners 监听 HttpSession 对象中的属性变更(属性添加,移除,替换)的监听器。 ServletRequestAttributeListeners 监听 ServletRequest 对象中的属性变更。 相关文章: