在应用中,如果监听类同时实现ServletContextListener和ServletContextAttributeListener两个接口时,简述工作流程
举一反三
- 当TOMCAT启动时,实现哪个接口监听这个动作( ) A: ServletRequestAttributeListener B: ServletContextListener C: ServletContextAttributeListener D: HttpSessionAttributeListener
- 下面选项中,用于监听ServletContext域对象创建及销毁的jiantingqi接口是() A: ServletContextListener B: ServletContextAttributeListener C: ServletContextBindingListener D: ServletContextActivationListener
- 实现ServletContextAttributeListener接口的监听器类,可以用于监听【 】对象中的属性变更
- 用于监听ServletContext对象生命周期的接口是ServletContextListener。
- 下面选项中,能够用于监听域对象属性增加和删除的事件监听器的是() A: 实现ServletContextAttributeListener接口的类 B: 实现ServletRequestAttributeListener接口的类 C: 实现HttpSessionBindingListener接口的类 D: 实现HttpSessionAttributeListener接口的类