实现ServletContextAttributeListener接口的监听器类,可以用于监听【 】对象中的属性变更
举一反三
- 实现___接口的监听器类,可以用于监听HttpSession对象中的属性变更。
- 实现___接口的监听器类,可以用于监听ServletRequest对象中的属性变更。
- 实现ServletRequestAttributeListener接口的监听器类,可以用于监听ServletRequest对象中的属性变更
- 下面选项中,能够用于监听域对象属性增加和删除的事件监听器的是() A: 实现ServletContextAttributeListener接口的类 B: 实现ServletRequestAttributeListener接口的类 C: 实现HttpSessionBindingListener接口的类 D: 实现HttpSessionAttributeListener接口的类
- 用于监听域对象属性增加和删除的监听器接口有()。 A: ServletContextAttributeListener接口 B: HttpSessionAttributeListener接口 C: ServletRequestAttributeListener接口 D: HttpSessionListener接口