本文概述
- 活动班
- 事件接口
- Servlet中的事件和侦听器
- 活动班
- 事件接口
在发生这些异常时, 我们可以执行一些重要的任务, 例如计算总登录用户数和当前登录用户数, 在部署项目时创建数据库表, 创建数据库连接对象等。
javax.servlet和javax.servlet.http包中有许多事件类和侦听器接口。
活动班事件类如下:
- ServletRequestEvent
- ServletContextEvent
- ServletRequestAttributeEvent
- ServletContextAttributeEvent
- HttpSessionEvent
- HttpSessionBindingEvent
- ServletRequestListener
- ServletRequestAttributeListener
- ServletContextListener
- ServletContextAttributeListener
- HttpSessionListener
- HttpSessionAttributeListener
- HttpSessionBindingListener
- HttpSessionActivationListener
ServletContextEvent
让我们看一下ServletContextEvent和ServletContextListener的简单示例
HttpSessionEvent
让我们看一下HttpSessionEvent和HttpSessionListener的简单示例
ServletRequestEvent
让我们看一下ServletRequestEvent和ServletRequestListener的简单示例
ServletContext AttributeEvent
让我们看一下ServletContextAttributeEvent和ServletContextAttributeListener的简单示例
HttpSessionBindingEvent
让我们看一下HttpSessionBindingEvent和HttpSessionAttributeListener的简单示例
ServletRequestAttributeEvent
【Servlet中的事件和监听器】让我们看一下ServletRequestAttributeEvent和ServletRequestAttributeEvent的简单示例
推荐阅读
- Servlet从服务器下载文件的示例
- Servlet中的CRUD操作示例图解
- 在myeclipse IDE中创建Servlet实例图解
- 创建servlet示例的详细步骤图解
- Servlet中的Cookie用法详解
- Win10无法安装Visual Studio 2017的处理办法
- Win10系统hosts保存时提示另存为该怎样办?
- Win10运行腾讯游戏taslogin application停止工作的处理办法
- Win10如何删除电脑上的java?