tot.util
类 TotCmsContextListener

java.lang.Object
  继承者 tot.util.TotCmsContextListener
所有已实现的接口:
java.util.EventListener, javax.servlet.ServletContextListener

public class TotCmsContextListener
extends java.lang.Object
implements javax.servlet.ServletContextListener


构造函数摘要
TotCmsContextListener()
           
 
方法摘要
 void contextDestroyed(javax.servlet.ServletContextEvent event)
          Notification that the servlet context is about to be shut down.
 void contextInitialized(javax.servlet.ServletContextEvent event)
          Notification that the web application is ready to process requests.
static TotCmsContextListener getInstance()
           
 java.sql.Timestamp getStartTimestamp()
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造函数详细信息

TotCmsContextListener

public TotCmsContextListener()
方法详细信息

contextInitialized

public void contextInitialized(javax.servlet.ServletContextEvent event)
Notification that the web application is ready to process requests.

指定者:
接口 javax.servlet.ServletContextListener 中的 contextInitialized
参数:
event - ServletContextEvent

contextDestroyed

public void contextDestroyed(javax.servlet.ServletContextEvent event)
Notification that the servlet context is about to be shut down.

指定者:
接口 javax.servlet.ServletContextListener 中的 contextDestroyed
参数:
event - ServletContextEvent

getInstance

public static TotCmsContextListener getInstance()

getStartTimestamp

public java.sql.Timestamp getStartTimestamp()