在应用上下文中添加属性时,调用的是接口ServletContextAttributeListener的attributeAdded()方法。
举一反三
- ServletContextAttributeListener接口的attributeAdded()方法,是在ServletContext对象中添加属性时被调用。
- 在应用中,如果监听类同时实现ServletContextListener和ServletContextAttributeListener两个接口时,简述工作流程
- 实现ServletContextAttributeListener接口的监听器类,可以用于监听【 】对象中的属性变更
- 用于监听域对象属性增加和删除的监听器接口有()。 A: ServletContextAttributeListener接口 B: HttpSessionAttributeListener接口 C: ServletRequestAttributeListener接口 D: HttpSessionListener接口
- 当在请求对象中替换属性值时,调用的方法是ServletRequestAttributeListener接口的attributeReplaced()方法