💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
Servlet 的有8大监听器,可以分为如下三大类: **1. 监听Context、Request、Session对象的创建和销毁** * ServletContextListener。 * ServletRequestListener。 * HttpSessionListener。 **2. 监听Context、Request、Session对象属性的变化** * ServletContextAttributeListener。 * ServletRequestAttributeListener。 * HttpSessionAttributeListener。 **3. 监听Session内部的对象变化** * HttpSessionActivationListener:监听一个实体类是否与session一同被序列化与反序列化。 * HttpSessionBindingListener:监听一个实体类是否被添加到session中。